Accusoft.ImagXpressSdk Namespace > LoadOptions Class : CropRectangle Property |
'Declaration Public Property CropRectangle As Rectangle
'Usage Dim instance As LoadOptions Dim value As Rectangle instance.CropRectangle = value value = instance.CropRectangle
public Rectangle CropRectangle {get; set;}
Note: If the dimensions specified are all zeros or null, then no cropping occurs when loading.
Note: CameraRaw images do not support cropping during loading.
///