Click or drag to resize

DocumentInfoRequestedEventArgs Constructor (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
)

Parameters

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