Click or drag to resize

WebDocumentRequestHandler.ResolveDocumentUri 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: System.EventHandler<ResolveDocumentUriEventArgs>
Remarks
During document save it is necessary to get the source document pages to combine them into the destination stream.
See Also