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

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