5#ifndef PDFTRON_H_CPPPDFAnnotsPolyLine
6#define PDFTRON_H_CPPPDFAnnotsPolyLine
173#include <Impl/Page.inl>
SDF::Obj GetSDFObj() const
void SetVertex(int idx, const Point &pt)
PolyLine(TRN_Annot polyline)
static PolyLine Create(SDF::SDFDoc &doc, const Rect &pos)
PolyLine(const Annot &ann)
void SetIntentName(IntentType mode)
int GetVertexCount() const
Point GetVertex(int idx) const
static PolyLine CreateAnnot(SDF::SDFDoc &doc, const Rect &pos)
@ e_PolygonCloud
The annotation is intended to function as a cloud object.
@ e_PolyLineDimension
The polyline annotation is intended to function as a dimension. (PDF 1.7)
@ e_PolygonDimension
The polygon annotation is intended to function as a dimension. (PDF 1.7)
@ e_Unknown
Non-standard intent type.
IntentType GetIntentName() const
static Polygon Create(SDF::SDFDoc &doc, const Rect &pos)
Polygon(const Annot &ann)
Polygon(TRN_Annot polyline)
static Polygon CreateAnnot(SDF::SDFDoc &doc, const Rect &pos)