PdfSaveOptions

PdfSaveOptions class

The save options in PDF exporting.

Methods

constructor

NameDescription
constructor()Constructor of PdfSaveOptions

Result:


getRenderMode

NameDescription
getRenderMode()Render mode specifies the style in which the 3D artwork is rendered. The value of the property is PdfRenderMode integer constant.

Result:


setRenderMode

NameDescription
setRenderMode(value)Render mode specifies the style in which the 3D artwork is rendered. The value of the property is PdfRenderMode integer constant.

Result:


getLightingScheme

NameDescription
getLightingScheme()LightingScheme specifies the lighting to apply to 3D artwork. The value of the property is PdfLightingScheme integer constant.

Result:


setLightingScheme

NameDescription
setLightingScheme(value)LightingScheme specifies the lighting to apply to 3D artwork. The value of the property is PdfLightingScheme integer constant.

Result:


getBackgroundColor

NameDescription
getBackgroundColor()Background color of the 3D view in PDF file.

Result:


setBackgroundColor

NameDescription
setBackgroundColor(value)Background color of the 3D view in PDF file.

Result:


getFaceColor

NameDescription
getFaceColor()Gets or sets the face color to be used when rendering the 3D content. This is only relevant only when the RenderMode has a value of Illustration.

Result:


setFaceColor

NameDescription
setFaceColor(value)Gets or sets the face color to be used when rendering the 3D content. This is only relevant only when the RenderMode has a value of Illustration.

Result:


getAuxiliaryColor

NameDescription
getAuxiliaryColor()Gets or sets the auxiliary color to be used when rendering the 3D content. The interpretation of this color depends on the RenderMode

Result:


setAuxiliaryColor

NameDescription
setAuxiliaryColor(value)Gets or sets the auxiliary color to be used when rendering the 3D content. The interpretation of this color depends on the RenderMode

Result:


getFlipCoordinateSystem

NameDescription
getFlipCoordinateSystem()Gets or sets to flip the coordinate system of the scene during exporting.

Result:


setFlipCoordinateSystem

NameDescription
setFlipCoordinateSystem(value)Gets or sets to flip the coordinate system of the scene during exporting.

Result:


getEmbedTextures

NameDescription
getEmbedTextures()Embed the external textures into the PDF file, default value is false.

Result:


setEmbedTextures

NameDescription
setEmbedTextures(value)Embed the external textures into the PDF file, default value is false.

Result:


getExportTextures

NameDescription
getExportTextures()Try to copy textures used in scene to output directory.

Result:


setExportTextures

NameDescription
setExportTextures(value)Try to copy textures used in scene to output directory.

Result:


getFileFormat

NameDescription
getFileFormat()Gets the file format that specified in current Save/Load option.

Result:


getEncoding

NameDescription
getEncoding()Gets or sets the default encoding for text-based files. Default value is null which means the importer/exporter will decide which encoding to use.

Result:


getFileSystem

NameDescription
getFileSystem()Allow user to handle how to manage the external dependencies during load/save.

Result:


setFileSystem

NameDescription
setFileSystem(value)Allow user to handle how to manage the external dependencies during load/save.

Result:


getLookupPaths

NameDescription
getLookupPaths()Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.

Result:


getFileName

NameDescription
getFileName()The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ’s material.

Result:


setFileName

NameDescription
setFileName(value)The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ’s material.

Result: