DocxSaveOptionsShowInvisibleText Property |
Gets or sets a value indicating whether to keep invisible text or skip it.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic bool ShowInvisibleText { get; set; }
Public Property ShowInvisibleText As Boolean
Get
Set
Property Value
Boolean
Remarks
For OCR-ed documents we recommend to set this property to true.
Default value: .
See Also