Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / FreeTextAnnotation Class / LineDashPattern Property

In This Topic
    LineDashPattern Property (FreeTextAnnotation)
    In This Topic
    Gets or sets the line dash pattern. Null means a solid line.
    Syntax
    'Declaration
     
    Public Property LineDashPattern As System.Single()
    public System.float[] LineDashPattern {get; set;}
    See Also