Click or drag to resize

DocumentInfoRequestedEventArgs Constructor (String, String, String)

Creates a new DocumentInfoRequestedEventArgs for use with the DocumentInfoRequested event.

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 DocumentInfoRequestedEventArgs(
	string filePath,
	string annoPath,
	string formPath
)

Parameters

filePath
Type: SystemString
File path to use while loading info from the document.
annoPath
Type: SystemString
File path to use while loading annotation info from the document.
formPath
Type: SystemString
File path to use while loading forms from the document.
See Also