PdfLoadOptionsShowInvisibleText Property |
Gets or sets a value indicating whether to load invisible text or skip it.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool ShowInvisibleText { get; set; }
Public Property ShowInvisibleText As Boolean
Get
Set
Property Value
Boolean
Remarks
For OCR-ed documents we recommend to set this property to true.
Default value: false.
See Also