Aspose::Pdf::Annotations::AnnotationCollection::Add método
Contenido
[
Ocultar
]AnnotationCollection::Add(const System::SharedPtr<Annotation>&) method
Añade la anotación a la colección.
void Aspose::Pdf::Annotations::AnnotationCollection::Add(const System::SharedPtr<Annotation> &annotation) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| annotation | const System::SharedPtr<Annotation>& | Anotación que se añadirá. |
Ver también
- Typedef SharedPtr
- Class Annotation
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AnnotationCollection::Add(const System::SharedPtr<Annotation>&, bool) method
Añade la anotación a la colección. Si la página está rotada, el rectángulo de la anotación se recalculará en consecuencia.
void Aspose::Pdf::Annotations::AnnotationCollection::Add(const System::SharedPtr<Annotation> &annotation, bool considerRotation)
| Parámetro | Tipo | Descripción |
|---|---|---|
| annotation | const System::SharedPtr<Annotation>& | Anotación que se añadirá. |
| considerRotation | bool | Si es verdadero y la página está rotada, la posición de la anotación se recalculará de acuerdo con la rotación de la página. |
Ver también
- Typedef SharedPtr
- Class Annotation
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++