public class PdfSaveOptions extends SaveOptions
| Constructor and Description |
|---|
PdfSaveOptions()
Constructor of
PdfSaveOptions |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
getAuxiliaryColor()
Gets the auxiliary color to be used when rendering the 3D content.
|
Vector3 |
getBackgroundColor()
Background color of the 3D view in PDF file.
|
boolean |
getEmbedTextures()
Embed the external textures into the PDF file, default value is false.
|
Vector3 |
getFaceColor()
Gets the face color to be used when rendering the 3D content.
|
boolean |
getFlipCoordinateSystem()
Gets to flip the coordinate system of the scene during exporting.
|
PdfLightingScheme |
getLightingScheme()
LightingScheme specifies the lighting to apply to 3D artwork.
|
PdfRenderMode |
getRenderMode()
Render mode specifies the style in which the 3D artwork is rendered.
|
void |
setAuxiliaryColor(Vector3 value)
Sets the auxiliary color to be used when rendering the 3D content.
|
void |
setBackgroundColor(Vector3 value)
Background color of the 3D view in PDF file.
|
void |
setEmbedTextures(boolean value)
Embed the external textures into the PDF file, default value is false.
|
void |
setFaceColor(Vector3 value)
Sets the face color to be used when rendering the 3D content.
|
void |
setFlipCoordinateSystem(boolean value)
Sets to flip the coordinate system of the scene during exporting.
|
void |
setLightingScheme(PdfLightingScheme value)
LightingScheme specifies the lighting to apply to 3D artwork.
|
void |
setRenderMode(PdfRenderMode value)
Render mode specifies the style in which the 3D artwork is rendered.
|
getExportTextures, setExportTexturesgetEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic PdfSaveOptions()
PdfSaveOptionspublic PdfRenderMode getRenderMode()
public void setRenderMode(PdfRenderMode value)
value - New valuepublic PdfLightingScheme getLightingScheme()
public void setLightingScheme(PdfLightingScheme value)
value - New valuepublic Vector3 getBackgroundColor()
public void setBackgroundColor(Vector3 value)
value - New valuepublic Vector3 getFaceColor()
getRenderMode() has a value of Illustration.getRenderMode() has a value of Illustration.public void setFaceColor(Vector3 value)
getRenderMode() has a value of Illustration.value - New valuepublic Vector3 getAuxiliaryColor()
getRenderMode()getRenderMode()public void setAuxiliaryColor(Vector3 value)
getRenderMode()value - New valuepublic boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value - New valuepublic boolean getEmbedTextures()
public void setEmbedTextures(boolean value)
value - New value