Accusoft.PdfXpress6.Net
IgnoreTextAnnotations Property




Gets and sets an indicator whether the text contained in text annotations is ignored during text extraction.
Syntax
'Declaration
 
Public Property IgnoreTextAnnotations As Boolean
'Usage
 
Dim instance As TextFinderOptions
Dim value As Boolean
 
instance.IgnoreTextAnnotations = value
 
value = instance.IgnoreTextAnnotations
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);
}

Property Value

A boolean value which is true if the text contained in text annotations is ignored during text extraction. Otherwise, false is used.
Remarks

This property controls whether the text contained in visible text annotations is included or not included in the extracted page text available from the GetText method.

See Also

Reference

TextFinderOptions Class
TextFinderOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback