Accusoft.PdfXpress7.Net
TextFinderOptions Constructor(Boolean,Boolean)




An indicator whether the text contained in the layout artifacts of a Tagged PDF is ignored during text extraction.
An indicator whether the text contained in text annotations is ignored during text extraction.
Initializes a new instance of the TextFinderOptions class with user-specified value.
Syntax
'Declaration
 
Public Function New( _
   ByVal ignoreTaggedPdfArtifacts As Boolean, _
   ByVal ignoreTextAnnotations As Boolean _
)
'Usage
 
Dim ignoreTaggedPdfArtifacts As Boolean
Dim ignoreTextAnnotations As Boolean
 
Dim instance As New TextFinderOptions(ignoreTaggedPdfArtifacts, ignoreTextAnnotations)
public TextFinderOptions( 
   bool ignoreTaggedPdfArtifacts,
   bool ignoreTextAnnotations
)
public: TextFinderOptions( 
   bool ignoreTaggedPdfArtifacts,
   bool ignoreTextAnnotations
)
public:
TextFinderOptions( 
   bool ignoreTaggedPdfArtifacts,
   bool ignoreTextAnnotations
)

Parameters

ignoreTaggedPdfArtifacts
An indicator whether the text contained in the layout artifacts of a Tagged PDF is ignored during text extraction.
ignoreTextAnnotations
An indicator whether the text contained in text annotations is ignored during text extraction.
See Also

Reference

TextFinderOptions Class
TextFinderOptions Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback