ICropOperation interface
An operation for image crop.
This operation not only crops the image but also corrects perspective distortion if needed.
Use the Apply method of the IImageOperation interface to apply the operation to the image.
interface ICropOperation : IImageOperation
Properties
Name | Type | Description |
---|---|---|
DocumentWidth | float | The document width in millimeters. |
DocumentHeight | float | The document height in millimeters. |
DocumentBoundary | Point[] | Document boundary defined by the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. |
Resolution | Rectangle, read-only | The image resolution as calculated from image size and physical page size. |
3/2/2022 12:59:15 PM