ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureStampTextColor Property

In This Topic
    SignatureStampTextColor Property
    In This Topic
    Gets/sets stamp text color
    Syntax
    'Declaration
     
    Public Property SignatureStampTextColor As Nullable(Of Color)
    public Nullable<Color> SignatureStampTextColor {get; set;}
    Remarks
    This value parsed from strings. Should be passed as serialized Color struct.
    See Also