PdfFocusCHtmlOptionsShowInvisibleText Property |
Gets or sets a value to show invisible text or not. Default value: false.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.4.23
Syntaxpublic bool ShowInvisibleText { get; set; }
Public Property ShowInvisibleText As Boolean
Get
Set
Property Value
Boolean
Remarks
Sometimes a PDF document can contain a picture with a scanned text.
Besides of this, this document can contain invisible text over this picture.
In case you need to get only that text and skip picture, you may set 'PreserveImages' to false and
set this property to true.
See Also