Aspose::Pdf::Annotations::PDF3DViewArray::idx_set method

PDF3DViewArray::idx_set method

Sets the PDF3DView to view array at the specified index.

void Aspose::Pdf::Annotations::PDF3DViewArray::idx_set(int32_t index, System::SharedPtr<PDF3DView> value)
ParameterTypeDescription
indexint32_tThe index.
valueSystem::SharedPtr<PDF3DView>PDF3DView.

See Also