Click or drag to resize

DocxSaveOptionsShowInvisibleText Property

Gets or sets a value indicating whether to keep invisible text or skip it.

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

Property Value

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

Default value: .
See Also