ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureStampBounds Property

In This Topic
    SignatureStampBounds Property
    In This Topic
    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