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
| Name | Type | Access | Description |
|---|---|---|---|
RenderMode | PdfRenderMode | Read/Write | Render mode specifies the style in which the 3D artwork is rendered. |
LightingScheme | PdfLightingScheme | Read/Write | LightingScheme specifies the lighting to apply to 3D artwork. |
BackgroundColor | Vector3 | Read/Write | Background color of the 3D view in PDF file. |
FaceColor | Vector3 | Read/Write | Gets or sets the face color to be used when rendering the 3D content. |
AuxiliaryColor | Vector3 | Read/Write | Gets or sets the auxiliary color to be used when rendering the 3D content. |
FlipCoordinateSystem | bool | Read/Write | Gets or sets to flip the coordinate system of the scene during exporting. |
EmbedTextures | bool | Read/Write | Embed the external textures into the PDF file, default value is false. |
ExportTextures | bool | Read/Write | Try to copy textures used in scene to output directory. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory class for FileSystem. |
FileFormat | FileFormat | Read | Gets the file format that specified in current Save/Load option. |
Encoding | Encoding | Read/Write | Gets or sets the default encoding for text-based files. |
FileSystem | FileSystem | Read/Write | Allow user to handle how to manage the external dependencies during load/save. |
LookupPaths | List<string> | Read/Write | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
FileName | string | Read/Write | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
PdfSaveOptions() | Constructor of |
SaveOptions() | Initializes a new instance of the SaveOptions class. |