Click or drag to resize

TextRequestedEventArgs Constructor

Initializes a new instance of the TextRequestedEventArgs class.

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
protected TextRequestedEventArgs(
	string filePath
)

Parameters

filePath
Type: SystemString
The text data file path that was requested by the client.
See Also