ActiveReports Developer 7
SignatureStampPageIndex Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureStampPageIndex Property

Glossary Item Box

Gets/sets index of the page, where signature should be placed

Syntax

Visual Basic (Declaration) 
Public Property SignatureStampPageIndex As System.Nullable(Of Integer)
C# 
public System.Nullable<int> SignatureStampPageIndex {get; set;}

Remarks

This value parsed from strings. First page have index 1

See Also