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

In This Topic
    OverlayFillColor Property
    In This Topic
    Gets or sets the overlay fill color with which to fill the redacted region after the affected content has been removed.
    Syntax
    'Declaration
     
    Public Property OverlayFillColor As System.Drawing.Color
    public System.Drawing.Color OverlayFillColor {get; set;}
    See Also