[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PolyLineAnnotation

Class PolyLineAnnotation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

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
Inheritance
object
PolyLineAnnotation
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

PolyLineAnnotation()

Initializes a new instance of the PolyLineAnnotation class.

public PolyLineAnnotation()

Properties

LineEndingsFillColor

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; }

Property Value

System.Drawing.Color

LineEndStyle

Gets or sets the style of line end.

public LineEndingStyle LineEndStyle { get; set; }

Property Value

LineEndingStyle

LineStartStyle

Gets or sets the style of line start.

public LineEndingStyle LineStartStyle { get; set; }

Property Value

LineEndingStyle