AnnotationDataRequestedEventArgs Constructor (String, Int32, Int32) |
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 AnnotationDataRequestedEventArgs(
string filePath,
int offset,
int length
)
Public Sub New (
filePath As String,
offset As Integer,
length As Integer
)
Parameters
- filePath
- Type: SystemString
Path or name indicating where the annotations are located - offset
- Type: SystemInt32
The starting layer index of this request - length
- Type: SystemInt32
Number of layers requested
See Also