Accusoft.ImagXpress13.Net
BlankPageDetected Property




Gets an indicator if a blank page is detected.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property BlankPageDetected As Boolean
'Usage
 
Dim instance As Processor
Dim value As Boolean
 
value = instance.BlankPageDetected
[Browsable(false)]
public bool BlankPageDetected {get;}
[Browsable(false)]
public: __property bool get_BlankPageDetected();
[Browsable(false)]
public:
property bool BlankPageDetected {
   bool get();
}

Property Value

A boolean value which is true if a blank page is detected. Otherwise, false is returned.
Remarks

When no object exceeding the size threshold is encountered on the page, BlankPageDetected is set to true to indicate the page is "blank". Low Confidence values on a "blank" determination indicate a significant number of objects near, but below the size threshold.

When an object exceeding the size threshold is encountered on the page, BlankPageDetected is set to false to indicate the page is "not blank". Low Confidence values on a "not blank" determination indicate a low number of objects over the size threshold.

Note: Use this property for documents only.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback