IPartialRawDataLoader Class

Summary: The partial data loader.

Module: aspose.psd

Full Name: aspose.psd.IPartialRawDataLoader

Aspose.PSD Version: 24.4.0

Methods

NameDescription
process(rectangle, data, start, end)Processes the loaded data.
process(rectangle, data, start, end, load_options)Processes the loaded data.

Method: process(rectangle, data, start, end)

 process(rectangle, data, start, end) 

Processes the loaded data.

Parameters:

ParameterTypeDescription
rectangleRectangleThe data rectangle.
databyteThe raw data.
startPointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

Method: process(rectangle, data, start, end, load_options)

 process(rectangle, data, start, end, load_options) 

Processes the loaded data.

Parameters:

ParameterTypeDescription
rectangleRectangleThe data rectangle.
databyteThe raw data.
startPointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
load_optionsLoadOptionsThe load options.