Aspose::Pdf::Annotations::InkAnnotation class
Contenido
[
Ocultar
]InkAnnotation class
Representa un garabato a mano alzada “scribble” compuesto por una o más rutas disjuntas.
class InkAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
Métodos
| Método | Descripción |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Acepta un objeto visitante para procesar la anotación. |
| ChangeAfterResize(System::SharedPtr<Matrix>) override | Actualiza los puntos en InkList, de acuerdo con la transformación de la matriz. |
| get_AnnotationType() override | Obtiene el tipo de anotación. |
| get_CapStyle() | Estilo de los finales de línea de la anotación de tinta. |
| get_InkList() | Obtiene la lista de gestos que son líneas independientes y que se representan mediante matrices de Point[] . |
| InkAnnotation(const System::SharedPtr<Document>&, const System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>>&) | Constructor para la anotación de tinta para Generator. |
| InkAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>>&) | Crea una nueva anotación de tinta en la página especificada. |
| set_CapStyle(Aspose::Pdf::Annotations::CapStyle) | Estilo de los finales de línea de la anotación de tinta. |
| set_InkList(const System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>>&) | Establece la lista de gestos que son líneas independientes y que se representan mediante matrices de Point[]. |
Ver también
- Class MarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++