ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public ReadOnly Property IsBlank As Boolean
'Usage
 
Dim instance As BlankRectangleDetectResults
Dim value As Boolean
 
value = instance.IsBlank
public bool IsBlank {get;}
public: __property bool get_IsBlank();
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

Is this page helpful?
Yes No
Thanks for your feedback.