Aspose::Pdf::Annotations::PDF3DAnnotation clase
Contenido
[
Ocultar
]PDF3DAnnotation class
Clase PDF3DAnnotation. Esta clase no puede heredarse.
class PDF3DAnnotation : public Aspose::Pdf::Annotations::Annotation
Métodos
| Método | Descripción |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Acepta un visitante para el procesamiento de anotaciones. |
| ClearImagePreview() | Borra la vista previa de la imagen. |
| get_AnnotationType() override | Obtiene el tipo de anotación. |
| get_Content() | Obtiene el contenido. |
| get_LightingScheme() | Obtiene el esquema de iluminación. |
| get_Pdf3DArtwork() | Obtiene la obra de arte 3D. |
| get_RenderMode() | Obtiene el modo de renderizado. |
| get_ViewArray() | Obtiene la matriz de vistas. |
| GetImagePreview() | Obtiene la vista previa de la imagen. |
| PDF3DAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::SharedPtr<PDF3DArtwork>&) | Inicializa una nueva instancia de la clase PDF3DAnnotation. |
| PDF3DAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::SharedPtr<PDF3DArtwork>&, PDF3DActivation) | Inicializa una nueva instancia de la clase PDF3DAnnotation. |
| set_Content(const System::SharedPtr<PDF3DContent>&) | Establece el contenido. |
| SetDefaultViewIndex(int32_t) | Establece el índice de la vista predeterminada. |
| SetImagePreview(const System::String&) | Establece la vista previa de la imagen. |
| SetImagePreview(const System::SharedPtr<System::IO::Stream>&) | Establece la vista previa de la imagen. |
Ver también
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++