PageTextRequestedEventArgs Constructor |
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
)
Public Sub New (
filePath As String,
index As Integer
)
Parameters
- filePath
- Type: SystemString
The text data file path that was requested by the client. - index
- Type: SystemInt32
The requested page index.
See Also