Aspose::Pdf::Annotations::PDF3DViewArray::idx_get method

PDF3DViewArray::idx_get method

Gets the PDF3DView to view array at the specified index.

System::SharedPtr<PDF3DView> Aspose::Pdf::Annotations::PDF3DViewArray::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

PDF3DView.

See Also