Accusoft.Forms1 - Updated
AllowPadding Property



Accusoft.ScanFixXpressSdk Namespace > GetRectangleOptions Class : AllowPadding Property
Gets and sets a flag indicating whether padding or an exception occurs if the 'area' is outside of the image bounds.
Syntax
Public Property AllowPadding As Boolean
Dim instance As GetRectangleOptions
Dim value As Boolean
 
instance.AllowPadding = value
 
value = instance.AllowPadding
public bool AllowPadding {get; set;}
public:
property bool AllowPadding {
   bool get();
   void set (    bool value);
}
Remarks

The default value is true.

"true" indicates that the image should be padded (using PadColor) if the requested area is outside the original image bounds.

"false" indicates an exception occurs if the requested area is outside the original image bounds.

See Also

Reference

GetRectangleOptions Class
GetRectangleOptions Members