Table of Contents

Interface IBufferProcessor

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

The buffer processor.

public interface IBufferProcessor

Methods

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.