ResolvePageUriEventArgs Constructor |
Creates an instance of the resolve uri event args.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ResolvePageUriEventArgs(
string uri,
int index
)
Public Sub New (
uri As String,
index As Integer
)
Parameters
- uri
- Type: SystemString
The initial uri to resolve. - index
- Type: SystemInt32
The index of the requested page.
See Also