Click or drag to resize

PdfPolygonalChainAnnotation Class

Represents polygon or polyline annotations
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public abstract class PdfPolygonalChainAnnotation : PdfMarkupAnnotation

The PdfPolygonalChainAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfPolygonalChainAnnotation(PdfPage) Creates a new PdfPolygonalChainAnnotation.
Public methodPdfPolygonalChainAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfPolygonalChainAnnotation class based on the specified dictionary.
Top
Properties
 NameDescription
Public propertyLineStyle Gets or sets a line style (see PdfBorderStyle) specifying the line width and dash pattern to be used in drawing the line.
Public propertyVertices Gets or sets a collection of the FS_POINTF specifying the coordinates and style of each vertex, in default user space.
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties
(Overrides PdfMarkupAnnotationRegenerateAppearances)
Top
Remarks
Polygon annotations (PDF 1.5) display closed polygons on the page. Such polygons may have any number of vertices connected by straight lines. Polyline annotations (PDF 1.5) are similar to polygons, except that the first and last vertex are not implicitly connected.
See Also