enable_layered_rendering property
enable_layered_rendering property
Enables rendering text and graphics in the original PDF document’s z-order when rendering to HTML.
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.
Definition:
@property
def enable_layered_rendering(self):
...
@enable_layered_rendering.setter
def enable_layered_rendering(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PdfOptions