EnableLayeredRendering
PdfOptions.EnableLayeredRendering property
Enables rendering text and graphics in the original PDF document’s z-order when rendering to HTML.
public bool EnableLayeredRendering { get; set; }
Remarks
By default, GroupDocs.Veiewer renders text and graphics as a single layer in HTML. This option lets you arrange objects in the same order as in the source file. The default value is false
.
For code example, see the documentation.
See Also
- class PdfOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer