Accusoft.Forms1 - Updated
IsBlank Property (BlankRectangleDetectResults)



Accusoft.ScanFixXpressSdk Namespace > BlankRectangleDetectResults Class : IsBlank Property
Gets a flag that indicates whether the rectangle was determined to be blank.
Syntax
Public ReadOnly Property IsBlank As Boolean
Dim instance As BlankRectangleDetectResults
Dim value As Boolean
 
value = instance.IsBlank
public bool IsBlank {get;}
public:
property bool IsBlank {
   bool get();
}

Property Value

A boolean value which is true if the rectangle is determined to be blank or not. Otherwise, false is returned.
See Also

Reference

BlankRectangleDetectResults Class
BlankRectangleDetectResults Members