Click or drag to resize

PdfPolylineAnnotation Class

Represents the polyline annotation
Inheritance Hierarchy

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

The PdfPolylineAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfPolylineAnnotation(PdfPage) Creates a new PdfPolylineAnnotation.
Public methodPdfPolylineAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfPolylineAnnotation class based on the specified dictionary.
Top
Properties
 NameDescription
Public propertyIntent Gets or sets a name describing the intent of the polyline annotation.
Public propertyInteriorColor Gets or sets the interior color with which to fill the annotation’s line endings.
Public propertyLineEnding Gets or sets a list of line ending styles to be used in drawing the polugon or polyline/>.
Top
Remarks
Please find details in the remarks section of PdfPolygonalChainAnnotation
See Also