Aspose::Pdf::Annotations::PDF3DArtwork class

PDF3DArtwork class

Class PDF3DArtwork.

class PDF3DArtwork : public System::Object

Methods

MethodDescription
get_LightingScheme() constGets the lighting scheme.
get_RenderMode() constGets the render mode.
get_ViewArray() constGets the view array.
GetViewsArray()Gets the views array.
GetViewsList()Get the views as list.
PDF3DArtwork(System::SharedPtr<Document>, System::SharedPtr<PDF3DContent>, System::SharedPtr<PDF3DLightingScheme>, System::SharedPtr<PDF3DRenderMode>)Initializes a new instance of the PDF3DArtwork class.
PDF3DArtwork(System::SharedPtr<Document>, System::SharedPtr<PDF3DContent>)Initializes a new instance of the PDF3DArtwork class.
set_LightingScheme(System::SharedPtr<PDF3DLightingScheme>)Sets the lighting scheme.
set_RenderMode(System::SharedPtr<PDF3DRenderMode>)Sets the render mode.

See Also