Click or drag to resize

WebDocumentRequestHandlerResolveDocumentUri Event

Fires when a source document stream is requested while performing save operation.

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 event EventHandler<ResolveDocumentUriEventArgs> ResolveDocumentUri

Value

Type: SystemEventHandlerResolveDocumentUriEventArgs
Remarks
During document save it is necessary to get the source document pages to combine them into the destination stream.
See Also