ActiveReports 13
SignatureStampImageRectangle Property

GrapeCity.ActiveReports.Export.Pdf Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureStampImageRectangle Property
Gets/sets area where image should be placed. By default entire signature rectangle will be used.
Syntax
'Declaration
 
Public Property SignatureStampImageRectangle As Nullable(Of RectangleF)
public Nullable<RectangleF> SignatureStampImageRectangle {get; set;}
Remarks
This value parsed from strings. Should be passed as serialized RectangleF struct.
See Also

Reference

Settings Class
Settings Members