Interface IBufferProcessor
Interface IBufferProcessor
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.8.0)
The buffer processor.
public interface IBufferProcessorMethods
ProcessBuffer(byte[], int)
Processes the buffer.
void ProcessBuffer(byte[] buffer, int bufferLength)Parameters
buffer byte
[]
The buffer to process.
bufferLength int
The buffer length to process.