Accusoft.PdfXpress7.Net
TextFinderOptions Constructor(Boolean,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.
An indicator whether converting large character gaps to space characters is disabled 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, _
   ByVal ignoreCharacterGaps As Boolean _
)
'Usage
 
Dim ignoreTaggedPdfArtifacts As Boolean
Dim ignoreTextAnnotations As Boolean
Dim ignoreCharacterGaps As Boolean
 
Dim instance As New TextFinderOptions(ignoreTaggedPdfArtifacts, ignoreTextAnnotations, ignoreCharacterGaps)
public TextFinderOptions( 
   bool ignoreTaggedPdfArtifacts,
   bool ignoreTextAnnotations,
   bool ignoreCharacterGaps
)
public: TextFinderOptions( 
   bool ignoreTaggedPdfArtifacts,
   bool ignoreTextAnnotations,
   bool ignoreCharacterGaps
)
public:
TextFinderOptions( 
   bool ignoreTaggedPdfArtifacts,
   bool ignoreTextAnnotations,
   bool ignoreCharacterGaps
)

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.
ignoreCharacterGaps
An indicator whether converting large character gaps to space characters is disabled during text extraction.
See Also

Reference

TextFinderOptions Class
TextFinderOptions Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback