PolyAnnotation

PolyAnnotation

Overview

PolyAnnotation is a class in Aspose.PDF FOSS for C++.

This class provides 11 methods for working with PolyAnnotation objects in C++ programs. Available methods include: EndingStyle, Intent, InteriorColor, PolyAnnotation, StartingStyle, Vertices. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
PolyAnnotation()Calls PolyAnnotation on this PolyAnnotation instance.
Vertices()std::vector<Aspose::Pdf::Point>Calls Vertices on this PolyAnnotation instance.
Vertices(value: std::vector<Aspose::Pdf::Point>)Calls Vertices(value) on this PolyAnnotation instance.
InteriorColor()Aspose::Pdf::ColorCalls InteriorColor on this PolyAnnotation instance.
InteriorColor(value: Aspose::Pdf::Color)Calls InteriorColor(value) on this PolyAnnotation instance.
StartingStyle()LineEndingCalls StartingStyle on this PolyAnnotation instance.
StartingStyle(value: LineEnding)Calls StartingStyle(value) on this PolyAnnotation instance.
EndingStyle()LineEndingCalls EndingStyle on this PolyAnnotation instance.
EndingStyle(value: LineEnding)Calls EndingStyle(value) on this PolyAnnotation instance.
Intent()PolyIntentCalls Intent on this PolyAnnotation instance.
Intent(value: PolyIntent)Calls Intent(value) on this PolyAnnotation instance.

See Also