PageNumber Property (Viewer.ActionEventArgs)
In This Topic
Gets the page number the action happened on.
Syntax
'Declaration
Public ReadOnly Property PageNumber As Integer
public int PageNumber {get;}
Property Value
An
System.Int32 representing the page number.
See Also