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
| Name | Type | Access | Description |
|---|---|---|---|
RenderMode | PdfRenderMode | Read/Write | Gets or sets the render mode. |
LightingScheme | PdfLightingScheme | Read/Write | Gets or sets the lighting scheme. |
BackgroundColor | Vector3 | Read/Write | Gets or sets the background color. |
FaceColor | Vector3 | Read/Write | Gets or sets the face color. |
AuxiliaryColor | Vector3 | Read/Write | Gets or sets the auxiliary color. |
ExportTextures | bool | Read/Write | Gets or sets the export textures. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the file system factory. |
FileFormat | FileFormat | Read | Gets the file format. |
Encoding | Encoding | Read/Write | Gets or sets the encoding. |
FileSystem | FileSystem | Read/Write | Gets or sets the file system. |
LookupPaths | List<string> | Read/Write | Gets or sets the lookup paths. |
FileName | string | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
PdfSaveOptions() | |
IOConfig() |