ResolveDocumentUriEventArgs 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 ResolveDocumentUriEventArgs(
string uri
)
Public Sub New (
uri As String
)
Parameters
- uri
- Type: SystemString
The initial uri to resolve.
See Also