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

In This Topic
    SignatureStampPageIndex Property
    In This Topic
    Gets/sets index of the page, where signature should be placed
    Syntax
    'Declaration
     
    Public Property SignatureStampPageIndex As Nullable(Of Integer)
    public Nullable<int> SignatureStampPageIndex {get; set;}
    Remarks
    This value parsed from strings. First page have index 1
    See Also