Click or drag to resize

PdfPolygonAnnotation Class

Represents the polygon annotation
Inheritance Hierarchy

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

The PdfPolygonAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfPolygonAnnotation(PdfPage) Creates a new PdfPolygonAnnotation.
Public methodPdfPolygonAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfPolygonAnnotation class based on the specified dictionary.
Top
Properties
 NameDescription
Public propertyBorderEffect Gets or sets a PdfBorderEffect describing an effect applied to the line described by the LineStyle property.
Public propertyIntent Gets or sets a name describing the intent of the polygon annotation.
Top
Remarks
Please find details in the remarks section of PdfPolygonalChainAnnotation
See Also