Accusoft.ScanFixXpress8.Net
IsBlank Property (BlankPageDetectResults)




Gets a flag that indicates whether the page was determined to be blank.
Syntax
'Declaration
 
Public ReadOnly Property IsBlank As Boolean
'Usage
 
Dim instance As BlankPageDetectResults
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 represents if the page is determined to be blank or not.
Remarks

The default value is false .

The value is based on whether any objects over the size threshold were found in the given region. More and larger objects produces a high confidence for a non-blank page, while a large number of objects near the threshold will produce a low confidence for a blank page.

See Also

Reference

BlankPageDetectResults Class
BlankPageDetectResults Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback