[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PolyLineAnnotation

PolyLineAnnotation Class

Represents a polyline annotation. When opened, it displays a pop-up window containing the text of the associated note.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class PolyLineAnnotation : PolygonAnnotationBase, IOwnedObject, IContentItem, IPdfDict
Public Class PolyLineAnnotation
    Inherits PolygonAnnotationBase
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
PolyLineAnnotation()

Initializes a new instance of the PolyLineAnnotation class.

Properties

Name Description
LineEndStyle

Gets or sets the style of line end.

LineEndingsFillColor

Gets or sets the interior color with which to fill the annotation’s line endings. Note! This property is a same as FillColor.

LineStartStyle

Gets or sets the style of line start.

Extension Methods