IPartialRawDataLoader Class
Summary: The partial data loader.
Module: aspose.imaging
Full Name: aspose.imaging.IPartialRawDataLoader
Methods
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The data rectangle. |
| data | System.Byte | The raw data. |
| start | Point | The start data point. If not equal to (left,top) meaning that it is not full rectangle we have. |
| end | Point | The 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:
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The data rectangle. |
| data | System.Byte | The raw data. |
| start | Point | The start data point. If not equal to (left,top) meaning that it is not full rectangle we have. |
| end | Point | The end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have. |
| load_options | LoadOptions | The load options. |