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

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