Accusoft.ScanFixXpress8.Net
AllowPadding Property




Gets and sets a flag indicating whether padding or an exception occurs if the 'area' is outside of the image bounds.
Syntax
'Declaration
 
Public Property AllowPadding As Boolean
'Usage
 
Dim instance As GetRectangleOptions
Dim value As Boolean
 
instance.AllowPadding = value
 
value = instance.AllowPadding
public bool AllowPadding {get; set;}
public: __property bool get_AllowPadding();
public: __property void set_AllowPadding( 
   bool value
);
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback