PdfSaveOptions
Overview
PdfSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
The save options in PDF exporting.
This class provides 25 methods for working with PdfSaveOptions objects in Java programs.
Available methods include: A3DObject, PdfSaveOptions, SaveOptions, findProperty, getAuxiliaryColor, getBackgroundColor, getEmbedTextures, getFaceColor, getFileFormat, getFlipCoordinateSystem, getLightingScheme, getName, and 13 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: auxiliaryColor, backgroundColor, embedTextures, faceColor, fileFormat, flipCoordinateSystem, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
renderMode | PdfRenderMode | Read | Render mode specifies the style in which the 3D artwork is rendered. |
lightingScheme | PdfLightingScheme | Read | LightingScheme specifies the lighting to apply to 3D artwork. |
backgroundColor | Vector3 | Read | Background color of the 3D view in PDF file. |
faceColor | Vector3 | Read | Gets the face color to be used when rendering the 3D content. |
auxiliaryColor | Vector3 | Read | Gets the auxiliary color to be used when rendering the 3D content. |
flipCoordinateSystem | boolean | Read | Gets to flip the coordinate system of the scene during exporting. |
embedTextures | boolean | Read | Embed the external textures into the PDF file, default value is false. |
fileFormat | FileFormat | Read | Gets the file format. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
PdfSaveOptions() | Constructor of PdfSaveOptions. |
getRenderMode() → PdfRenderMode | Render mode specifies the style in which the 3D artwork is rendered. |
setRenderMode(value: PdfRenderMode) | Render mode specifies the style in which the 3D artwork is rendered. |
getLightingScheme() → PdfLightingScheme | LightingScheme specifies the lighting to apply to 3D artwork. |
setLightingScheme(value: PdfLightingScheme) | LightingScheme specifies the lighting to apply to 3D artwork. |
getBackgroundColor() → Vector3 | Background color of the 3D view in PDF file. |
setBackgroundColor(value: Vector3) | Background color of the 3D view in PDF file. |
getFaceColor() → Vector3 | Gets the face color to be used when rendering the 3D content. |
setFaceColor(value: Vector3) | Sets the face color to be used when rendering the 3D content. |
getAuxiliaryColor() → Vector3 | Gets the auxiliary color to be used when rendering the 3D content. |
setAuxiliaryColor(value: Vector3) | Sets the auxiliary color to be used when rendering the 3D content. |
getFlipCoordinateSystem() → boolean | Gets to flip the coordinate system of the scene during exporting. |
setFlipCoordinateSystem(value: boolean) | Sets to flip the coordinate system of the scene during exporting. |
getEmbedTextures() → boolean | Embed the external textures into the PDF file, default value is false. |
setEmbedTextures(value: boolean) | Embed the external textures into the PDF file, default value is false. |
SaveOptions() | Options for A3DW saving. |
getFileFormat() → FileFormat | Returns the file format. |
A3DObject() | Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero. |
getName() → String | The segments of the curve. |
setName(name: String) | Constructs a CircleShape profile with specified radius. |
getProperties() → PropertyCollection | Initializes a new instance of Cylinder class. |
findProperty(name: String) → Property | Initializes a new instance of the Bone class. |
getProperty(name: String) → Object | Gets the transform matrix of the node in current pose. |
setProperty(name: String, value: Object) | Gets the width segments. |
removeProperty(name: String) → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |