The CropImage method crops the selected image using the selected cropping objects.
Syntax
object.CropImage( DelCropingObjs )
Parameter |
Type |
Description |
DelCropingObjs |
Boolean |
required; true to delete cropping objects after the bitmap is cropped |
Remarks
The bitmap and the cropping objects must both be selected in order to crop a bitmap.
Example
This example crops a bitmap and removes the cropping objects.
Bitmap.CropImage( DelCropingObjs:=True)
Used by: Bitmap object