Accusoft.PdfXpress7.Net
IgnoreCharacterGaps Property




Gets and sets an indicator whether converting large character gaps to space characters is disabled during text extraction.
Syntax
public bool IgnoreCharacterGaps {get; set;}
public: __property bool get_IgnoreCharacterGaps();
public: __property void set_IgnoreCharacterGaps( 
   bool value
);
public:
property bool IgnoreCharacterGaps {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property IgnoreCharacterGaps As Boolean
 
'Usage
 
Dim instance As TextFinderOptions
Dim value As Boolean
 
instance.IgnoreCharacterGaps = value
 
value = instance.IgnoreCharacterGaps
Remarks

The default value is true.

When true, it disables converting large character gaps to space characters, so that the text finder reports a character space only when a space character appears in the original PDF content.

This option has no effect on tagged PDF.

See Also

Reference

TextFinderOptions Class
TextFinderOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback