Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / MarkupAnnotation Class / Color Property

In This Topic
    Color Property (MarkupAnnotation)
    In This Topic
    Gets or sets the annotation color, it used as color of popup window, lines color etc.
    Syntax
    'Declaration
     
    Public Property Color As System.Drawing.Color
    public System.Drawing.Color Color {get; set;}
    See Also