[]
Represents a polyline annotation. When opened, it displays a pop-up window containing the text of the associated note.
public class PolyLineAnnotation : PolygonAnnotationBase, IOwnedObject, IContentItem, IPdfDict
Initializes a new instance of the PolyLineAnnotation class.
public PolyLineAnnotation()
Gets or sets the interior color with which to fill the annotation’s line endings. Note! This property is a same as FillColor.
public Color LineEndingsFillColor { get; set; }
Gets or sets the style of line end.
public LineEndingStyle LineEndStyle { get; set; }
Gets or sets the style of line start.
public LineEndingStyle LineStartStyle { get; set; }