Click or drag to resize

PdfLoadOptionsShowInvisibleText Property

Gets or sets a value indicating whether to load invisible text or skip it. Default value: false.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool ShowInvisibleText { get; set; }

Property Value

Boolean
Remarks
For OCR-ed documents we recommend to set this property to true.

Default value: false.
See Also