Aspose::Pdf::Annotations::PDF3DViewArray class

PDF3DViewArray class

Class PDF3DViewArray.

class PDF3DViewArray : public System::Object

Methods

MethodDescription
Add(System::SharedPtr<PDF3DView>)Adds the specified view.
get_Count()Gets the views count.
idx_get(int32_t)Gets the PDF3DView to view array at the specified index.
idx_set(int32_t, System::SharedPtr<PDF3DView>)Sets the PDF3DView to view array at the specified index.
RemoveAll()Removes all views.
RemoveAt(int32_t)Removes view from views array at specified index.

See Also