Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureAppearance Class / BackColor Property

In This Topic
    BackColor Property (SignatureAppearance)
    In This Topic
    Gets or sets the back color, if not specified then GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.BackColor will be used.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Nullable(Of Color)
    public System.Nullable<Color> BackColor {get; set;}
    See Also