IAdvancedBufferProcessor Class

Summary: The advanced buffer processor.

Module: aspose.imaging

Full Name: aspose.imaging.IAdvancedBufferProcessor

Inheritance: IBufferProcessor

Aspose.Imaging Version: 24.5.0

Methods

NameDescription
finish_row()Finishes the row.
finish_rows(rows_count)Finishes the rows.
process_buffer(buffer, buffer_length)Processes the buffer.

Method: finish_rows(rows_count)

 finish_rows(rows_count) 

Finishes the rows.

Parameters:

ParameterTypeDescription
rows_countintThe rows count.

Method: process_buffer(buffer, buffer_length)

 process_buffer(buffer, buffer_length) 

Processes the buffer.

Parameters:

ParameterTypeDescription
bufferbyteThe buffer to process.
buffer_lengthintThe buffer length to process.