Aspose::Pdf::Annotations::PDF3DView class

PDF3DView class

Class PDF3DView.

class PDF3DView : public System::Object

Methods

MethodDescription
get_BackGroundColor() constGets the color of the back ground of view.
get_CameraOrbit() constGets the camera orbit of view.
get_CameraPosition() constGets the camera position of view.
get_CrossSectionsArray() constGets the cross sections array of view.
get_LightingScheme() constGets the lighting scheme of view.
get_RenderMode() constGets the render mode of view.
get_ViewName() constGets the name of the view.
PDF3DView(System::SharedPtr<Document>, System::SharedPtr<Matrix3D>, double, System::String)Initializes a new instance of the PDF3DView class.
PDF3DView(System::SharedPtr<Document>, System::SharedPtr<PDF3DView>, System::String)Initializes a new instance of the PDF3DView class.
set_BackGroundColor(System::SharedPtr<Color>)Sets the color of the back ground of view.
set_CameraOrbit(double)Sets the camera orbit of view.
set_CameraPosition(System::SharedPtr<Matrix3D>)Sets the camera position of view.
set_LightingScheme(System::SharedPtr<PDF3DLightingScheme>)Sets the lighting scheme of view.
set_RenderMode(System::SharedPtr<PDF3DRenderMode>)Sets the render mode of view.
set_ViewName(System::String)Sets the name of the view.

See Also