PdfOptionsEnableLayeredRendering Property |
Enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic bool EnableLayeredRendering { get; set; }
Public Property EnableLayeredRendering As Boolean
Get
Set
public:
property bool EnableLayeredRendering {
bool get ();
void set (bool value);
}
member EnableLayeredRendering : bool with get, set
Property Value
Type:
Boolean
Remarks
By default text and graphics are rendered into HTML as a single layer.
See Also