Overview
ImagXpress® can crop an image in many different ways. It can crop an image as it loads the image. It can crop an image in the view. It can crop an image permanently using one of the image processing crop methods. The following properties and methods are for cropping an image.
Properties
LoadCropEnabled |
Gets and sets whether load cropping is enabled. |
LoadCropHeight |
Gets and sets the height (in pixels) of the load crop rectangle. |
LoadCropWidth |
Gets and sets the width (in pixels) of the load crop rectangle. |
LoadCropX |
Gets and sets the left component (x-coordinate) of the top-left of the load crop rectangle. |
LoadCropY |
Gets and sets the top component (y-coordinate) of the top-left of the load crop rectangle. |
RubberBandH |
Gets the height (in pixels) of the current RubberBand object. |
RubberBandL |
Gets the left position (in pixels) of the top-left of the current Rubberband area. |
RubberBandT |
Gets the top position (in pixels) of the top-left of the current Rubberband area. |
RubberBandW |
Gets the width (in pixels) of the current RubberBand object. |
ViewCropHeight |
Gets and sets the view cropped height (in pixels) of the displayed image. |
ViewCropWidth |
Gets and sets the view cropped width (in pixels) of the displayed image. |
ViewCropX |
Gets and sets the view cropped top-left x-coordinate (in pixels) of the displayed image. |
ViewCropY |
Gets and sets the view cropped top-left y-coordinate (in pixels) of the displayed image. |
Methods
AutoCrop |
Automatically crops the background's border space from an image. |
Crop |
Crops the current image to the specified size. |
CropBorder |
Performs border removal by automatically cropping the edges of the current DIB. |
DocumentBorderCrop |
Crops the borders of documents. |