Aspose::Pdf::Annotations::InkAnnotation-klass
Innehåll
[
Dölj
]InkAnnotation class
Representerar en frihands‑"klotter" bestående av en eller flera separata banor.
class InkAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
Metoder
| Metod | Beskrivning |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepterar besökarobjekt för att bearbeta anteckningen. |
| ChangeAfterResize(System::SharedPtr<Matrix>) override | Uppdaterar punkterna i InkList enligt matrisomvandlingen. |
| get_AnnotationType() override | Hä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
- Class MarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++