PdfSaveOptions

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

NameTypeAccessDescription
renderModePdfRenderModeReadRender mode specifies the style in which the 3D artwork is rendered.
lightingSchemePdfLightingSchemeReadLightingScheme specifies the lighting to apply to 3D artwork.
backgroundColorVector3ReadBackground color of the 3D view in PDF file.
faceColorVector3ReadGets the face color to be used when rendering the 3D content.
auxiliaryColorVector3ReadGets the auxiliary color to be used when rendering the 3D content.
flipCoordinateSystembooleanReadGets to flip the coordinate system of the scene during exporting.
embedTexturesbooleanReadEmbed the external textures into the PDF file, default value is false.
fileFormatFileFormatReadGets the file format.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
PdfSaveOptions()Constructor of PdfSaveOptions.
getRenderMode()PdfRenderModeRender 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()PdfLightingSchemeLightingScheme specifies the lighting to apply to 3D artwork.
setLightingScheme(value: PdfLightingScheme)LightingScheme specifies the lighting to apply to 3D artwork.
getBackgroundColor()Vector3Background color of the 3D view in PDF file.
setBackgroundColor(value: Vector3)Background color of the 3D view in PDF file.
getFaceColor()Vector3Gets 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()Vector3Gets 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()booleanGets 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()booleanEmbed 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()FileFormatReturns the file format.
A3DObject()Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero.
getName()StringThe segments of the curve.
setName(name: String)Constructs a CircleShape profile with specified radius.
getProperties()PropertyCollectionInitializes a new instance of Cylinder class.
findProperty(name: String)PropertyInitializes a new instance of the Bone class.
getProperty(name: String)ObjectGets the transform matrix of the node in current pose.
setProperty(name: String, value: Object)Gets the width segments.
removeProperty(name: String)booleanGets flip coordinate system of control points/normal during importing/exporting.

See Also

 English