Click or drag to resize

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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public ResolveDocumentUriEventArgs(
	string uri
)

Parameters

uri
Type: SystemString
The initial uri to resolve.
See Also