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 AllowPadding As Boolean
Dim instance As GetRectangleOptions Dim value As Boolean instance.AllowPadding = value value = instance.AllowPadding
public bool AllowPadding {get; set;}
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.