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: PdfSaveOptions, SaveOptions. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: AuxiliaryColor, BackgroundColor, EmbedTextures, Encoding, ExportTextures, FaceColor, and 8 more.

Properties

NameTypeAccessDescription
RenderModePdfRenderModeRead/WriteRender mode specifies the style in which the 3D artwork is rendered.
LightingSchemePdfLightingSchemeRead/WriteLightingScheme specifies the lighting to apply to 3D artwork.
BackgroundColorVector3Read/WriteBackground color of the 3D view in PDF file.
FaceColorVector3Read/WriteGets or sets the face color to be used when rendering the 3D content.
AuxiliaryColorVector3Read/WriteGets or sets the auxiliary color to be used when rendering the 3D content.
FlipCoordinateSystemboolRead/WriteGets or sets to flip the coordinate system of the scene during exporting.
EmbedTexturesboolRead/WriteEmbed the external textures into the PDF file, default value is false.
ExportTexturesboolRead/WriteTry to copy textures used in scene to output directory.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory class for FileSystem.
FileFormatFileFormatReadGets the file format that specified in current Save/Load option.
EncodingEncodingRead/WriteGets or sets the default encoding for text-based files.
FileSystemFileSystemRead/WriteAllow user to handle how to manage the external dependencies during load/save.
LookupPathsList<string>Read/WriteSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
FileNamestringRead/WriteThe file name of the exporting/importing scene.

Methods

SignatureDescription
PdfSaveOptions()Constructor of
SaveOptions()Initializes a new instance of the SaveOptions class.

See Also

 English