Click or drag to resize

IWebDocumentViewerCallbacksResolveDocumentUri Method

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

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void ResolveDocumentUri(
	ResolveDocumentUriEventArgs args
)

Parameters

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