Aspose::Pdf::Annotations::InkAnnotation class

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étodoDescripción
Accept(System::SharedPtr<AnnotationSelector>) overrideAcepta un objeto visitante para procesar la anotación.
ChangeAfterResize(System::SharedPtr<Matrix>) overrideActualiza los puntos en InkList, de acuerdo con la transformación de la matriz.
get_AnnotationType() overrideObtiene 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