Gets and sets an indicator whether the text contained in text annotations is ignored during text extraction.
public bool IgnoreTextAnnotations {get; set;}
public: __property bool get_IgnoreTextAnnotations();
public: __property void set_IgnoreTextAnnotations(
bool value
);
public:
property bool IgnoreTextAnnotations {
bool get();
void set ( bool value);
}
'Declaration
Public Property IgnoreTextAnnotations As Boolean
'Usage
Dim instance As TextFinderOptions
Dim value As Boolean
instance.IgnoreTextAnnotations = value
value = instance.IgnoreTextAnnotations
Property Value
A boolean value which is
true if the text contained in text annotations is ignored during text extraction. Otherwise,
false is used.