Aspose::Pdf::Annotations::PDF3DViewArray clase
PDF3DViewArray class
Clase PDF3DViewArray.
class PDF3DViewArray : public System::Object
Métodos
| Método | Descripción |
|---|---|
| Add(const System::SharedPtr<PDF3DView>&) | Agrega la vista especificada. |
| get_Count() | Obtiene el recuento de vistas. |
| idx_get(int32_t) | Obtiene el PDF3DView del arreglo de vistas en el índice especificado. |
| idx_set(int32_t, const System::SharedPtr<PDF3DView>&) | Establece el PDF3DView en el arreglo de vistas en el índice especificado. |
| RemoveAll() | Elimina todas las vistas. |
| RemoveAt(int32_t) | Elimina la vista del arreglo de vistas en el índice especificado. |
Ver también
- Class Object
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++