PdfSaveOptions

PdfSaveOptions

Overview

PdfSaveOptions is a class in Aspose.3D FOSS for Python.

Save options for PDF

This class declares 1 method for PdfSaveOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: lighting_scheme, render_mode.

Properties

NameTypeAccessDescription
lighting_scheme``Read/WriteGets or sets the lighting scheme.
render_mode``Read/WriteGets or sets the render mode.

Methods

SignatureDescription
__init__()Calls init on this PdfSaveOptions instance.

See Also