Accusoft.PdfXpress7.Net
IgnoreTaggedPdfArtifacts Property




Gets and sets an indicator whether the text contained in the layout artifacts of a Tagged PDF is ignored during text extraction.
Syntax
'Declaration
 
Public Property IgnoreTaggedPdfArtifacts As Boolean
'Usage
 
Dim instance As TextFinderOptions
Dim value As Boolean
 
instance.IgnoreTaggedPdfArtifacts = value
 
value = instance.IgnoreTaggedPdfArtifacts
public bool IgnoreTaggedPdfArtifacts {get; set;}
public: __property bool get_IgnoreTaggedPdfArtifacts();
public: __property void set_IgnoreTaggedPdfArtifacts( 
   bool value
);
public:
property bool IgnoreTaggedPdfArtifacts {
   bool get();
   void set (    bool value);
}

Property Value

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

The default value is true.

This property controls whether the text contained in the layout artifacts of a Tagged PDF is included or not included in the extracted page text available from the GetText method.

Examples of layout artifacts include; Page numbers, File name, and Title and Chapter information.

This value will be ignored for non-tagged PDF documents, and all text within layout artifacts will be included in the extacted page text.

See Also

Reference

TextFinderOptions Class
TextFinderOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback