Aspose::Pdf::Annotations::InkAnnotation-klass

InkAnnotation class

Representerar en frihands‑"klotter" bestående av en eller flera separata banor.

class InkAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation

Metoder

MetodBeskrivning
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepterar besökarobjekt för att bearbeta anteckningen.
ChangeAfterResize(System::SharedPtr<Matrix>) overrideUppdaterar punkterna i InkList enligt matrisomvandlingen.
get_AnnotationType() overrideHämtar typ av annotation.
get_CapStyle()Stil för bläckanteckningslinjeändar.
get_InkList()Hämtar en lista med gester som är oberoende linjer som representeras av Point[]-arrayer.
InkAnnotation(const System::SharedPtr<Document>&, const System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>>&)Konstruktor för Ink-annotation för Generator.
InkAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>>&)Skapar en ny Ink-annotation på den angivna sidan.
set_CapStyle(Aspose::Pdf::Annotations::CapStyle)Stil för bläckanteckningslinjeändar.
set_InkList(const System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>>&)Ställer in en lista med gester som är oberoende linjer som representeras av Point[]-arrayer.

Se även