public class PDF3DView extends Object
Class PDF3DView.
Constructor and Description |
---|
PDF3DView(IDocument doc,
Matrix3D cameraPosition,
double cameraOrbit,
String viewName)
Initializes a new instance of the
PDF3DView class. |
PDF3DView(IDocument doc,
PDF3DView view,
String viewName)
Initializes a new instance of the
PDF3DView class. |
Modifier and Type | Method and Description |
---|---|
Color |
getBackGroundColor()
Gets or sets the color of the back ground of view.
|
double |
getCameraOrbit()
Gets or sets the camera orbit of view.
|
Matrix3D |
getCameraPosition()
Gets or sets the camera position of view.
|
PDF3DCrossSectionArray |
getCrossSectionsArray()
Gets the cross sections array of view.
|
PDF3DLightingScheme |
getLightingScheme()
Gets or sets the lighting scheme of view.
|
PDF3DRenderMode |
getRenderMode()
Gets or sets the render mode of view.
|
String |
getViewName()
Gets or sets the name of the view.
|
void |
setBackGroundColor(Color value)
Gets or sets the color of the back ground of view.
|
void |
setCameraOrbit(double value)
Gets or sets the camera orbit of view.
|
void |
setCameraPosition(Matrix3D value)
Gets or sets the camera position of view.
|
void |
setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme of view.
|
void |
setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode of view.
|
void |
setViewName(String value)
Gets or sets the name of the view.
|
public PDF3DView(IDocument doc, Matrix3D cameraPosition, double cameraOrbit, String viewName)
Initializes a new instance of the PDF3DView
class.
doc
- The document.cameraPosition
- The camera position.cameraOrbit
- The camera orbit.viewName
- Name of the view.public PDF3DLightingScheme getLightingScheme()
Gets or sets the lighting scheme of view.
Value: The lighting scheme of view.public void setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme of view.
Value: The lighting scheme of view.public PDF3DRenderMode getRenderMode()
Gets or sets the render mode of view.
Value: The render mode of view.public void setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode of view.
Value: The render mode of view.public PDF3DCrossSectionArray getCrossSectionsArray()
Gets the cross sections array of view.
Value: The cross sections array of view.public String getViewName()
Gets or sets the name of the view.
Value: The name of the view.public void setViewName(String value)
Gets or sets the name of the view.
Value: The name of the view.public Matrix3D getCameraPosition()
Gets or sets the camera position of view.
Value: The camera position of view.public void setCameraPosition(Matrix3D value)
Gets or sets the camera position of view.
Value: The camera position of view.public double getCameraOrbit()
Gets or sets the camera orbit of view.
Value: The camera orbit of view.public void setCameraOrbit(double value)
Gets or sets the camera orbit of view.
Value: The camera orbit of view.public Color getBackGroundColor()
Gets or sets the color of the back ground of view.
Value: The color of the back ground of view.public void setBackGroundColor(Color value)
Gets or sets the color of the back ground of view.
Value: The color of the back ground of view.Copyright © 2017 Aspose. All Rights Reserved.