Aspose::Pdf::Annotations::PDF3DAnnotation class

PDF3DAnnotation class

Class PDF3DAnnotation. This class cannot be inherited.

class PDF3DAnnotation : public Aspose::Pdf::Annotations::Annotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor for annotation processing.
ClearImagePreview()Clears the image preview.
get_AnnotationType() overrideGets type of annotation.
get_Content()Gets the content.
get_LightingScheme()Gets the lighting scheme.
get_Pdf3DArtwork()Gets the 3D Artwork.
get_RenderMode()Gets the render mode.
get_ViewArray()Gets the view array.
GetImagePreview()Gets the image preview.
PDF3DAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::SharedPtr<PDF3DArtwork>)Initializes a new instance of the PDF3DAnnotation class.
PDF3DAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::SharedPtr<PDF3DArtwork>, PDF3DActivation)Initializes a new instance of the PDF3DAnnotation class.
set_Content(System::SharedPtr<PDF3DContent>)Sets the content.
SetDefaultViewIndex(int32_t)Sets the index of the default view.
SetImagePreview(System::String)Sets the image preview.
SetImagePreview(System::SharedPtr<System::IO::Stream>)Sets the image preview.

See Also