ActiveReports 12
SignatureStampBounds Property

GrapeCity.ActiveReports.Export.Pdf.v12 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureStampBounds Property
Gets/sets the bounds of the signature
Syntax
'Declaration
 
Public Property SignatureStampBounds As Nullable(Of RectangleF)
public Nullable<RectangleF> SignatureStampBounds {get; set;}
Remarks
This value parsed from strings. Should be passed as serialized RectangleF struct.
See Also

Reference

Settings Class
Settings Members