Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RedactAnnotation Class / MarkFillColor Property

In This Topic
    MarkFillColor Property
    In This Topic
    Gets or sets the color used to fill the annotation rectangle.
    Syntax
    'Declaration
     
    Public Property MarkFillColor As System.Nullable(Of Color)
    public System.Nullable<Color> MarkFillColor {get; set;}
    See Also