Click or drag to resize

PdfFocusCHtmlOptionsShowInvisibleText Property

Gets or sets a value to show invisible text or not. Default value: false.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public bool ShowInvisibleText { 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