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: 2024.12.2
Syntax public bool ShowInvisibleText { get; set; }
Public Property ShowInvisibleText As Boolean
Get
Set
Property Value
BooleanRemarks
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