PdfOptionsRenderTextAsImage Property |
When this option is set to
Property Value
Type: Boolean
true, the text is rendered as an image in the output HTML.
Enable this option to make text unselectable or to fix characters rendering and make HTML look like PDF.
The default value is Property Value
Type: Boolean
false.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic bool RenderTextAsImage { get; set; }
Public Property RenderTextAsImage As Boolean
Get
Set
public:
property bool RenderTextAsImage {
bool get ();
void set (bool value);
}
member RenderTextAsImage : bool with get, set
Property Value
Type:
Boolean
Remarks
This option is supported when rendering into HTML.
See Also