'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();
'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();
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.