Accusoft.PdfXpressSdk Namespace > TextFinderOptions Class : IgnoreCharacterGaps Property |
'Declaration Public Property IgnoreCharacterGaps As Boolean
'Usage Dim instance As TextFinderOptions Dim value As Boolean instance.IgnoreCharacterGaps = value value = instance.IgnoreCharacterGaps
public bool IgnoreCharacterGaps {get; set;}
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.