PdfSaveOptions

PdfSaveOptions

Overview

PdfSaveOptions is a class in Aspose.3D FOSS for .NET. Inherits from: SaveOptions.

The save options in PDF exporting.

This class provides 2 methods for working with PdfSaveOptions objects in .NET programs. Available methods include: IOConfig, PdfSaveOptions. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: AuxiliaryColor, BackgroundColor, Encoding, ExportTextures, FaceColor, FileFormat, and 6 more.

Properties

NameTypeAccessDescription
RenderModePdfRenderModeRead/WriteGets or sets the render mode.
LightingSchemePdfLightingSchemeRead/WriteGets or sets the lighting scheme.
BackgroundColorVector3Read/WriteGets or sets the background color.
FaceColorVector3Read/WriteGets or sets the face color.
AuxiliaryColorVector3Read/WriteGets or sets the auxiliary color.
ExportTexturesboolRead/WriteGets or sets the export textures.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the file system factory.
FileFormatFileFormatReadGets the file format.
EncodingEncodingRead/WriteGets or sets the encoding.
FileSystemFileSystemRead/WriteGets or sets the file system.
LookupPathsList<string>Read/WriteGets or sets the lookup paths.
FileNamestringRead/WriteGets or sets the file name.

Methods

SignatureDescription
PdfSaveOptions()
IOConfig()

See Also