ActiveReports Developer 7
SignatureStampTextColor Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureStampTextColor Property

Glossary Item Box

Gets/sets stamp text color

Syntax

Visual Basic (Declaration) 
Public Property SignatureStampTextColor As System.Nullable(Of Color)
C# 
public System.Nullable<Color> SignatureStampTextColor {get; set;}

Remarks

This value parsed from strings. Should be passed as serialized Color struct.

See Also