Click or drag to resize

PageTextRequestedEventArgs Constructor

Initializes a new instance of the PageTextRequestedEventArgs 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
public PageTextRequestedEventArgs(
	string filePath,
	int index
)

Parameters

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