'Declaration
Public Overloads Function CropBorders( _ ByVal ImageID As Integer, _ ByVal Confidence As Single, _ ByVal Context As ImagingContext _ ) As GdPictureStatus
public GdPictureStatus CropBorders( int ImageID, float Confidence, ImagingContext Context )
public function CropBorders( ImageID: Integer; Confidence: Single; Context: ImagingContext ): GdPictureStatus;
public function CropBorders( ImageID : int, Confidence : float, Context : ImagingContext ) : GdPictureStatus;
public: GdPictureStatus CropBorders( int ImageID, float Confidence, ImagingContext Context )
public: GdPictureStatus CropBorders( int ImageID, float Confidence, ImagingContext Context )
Parameters
- ImageID
- GdPicture image identifier.
- Confidence
- Confidence threshold in percentage. Default value is 99 for documents and 92 for digital photo.
- Context
- A member of the ImagingContext enumeration.
Return Value
A member of the GdPictureStatus enumeration.