Aspose::Pdf::Annotations::PolylineAnnotation klass

PolylineAnnotation class

Representerar en polylinjeanteckning som liknar polygon, förutom att den första och sista vertexen inte är implicit anslutna.

class PolylineAnnotation : public Aspose::Pdf::Annotations::PolyAnnotation

Metoder

MetodBeskrivning
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepterar besökarobjekt för att bearbeta anteckningen.
get_AnnotationType() overrideHämtar typ av annotation.
PolylineAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::ArrayPtr<System::SharedPtr<Point>>&)Skapar en ny polylinjeanteckning på den angivna sidan.

Se även