Click or drag to resize

AnnotationDataRequestedEventArgs Constructor (String, Int32, Int32)

Creates a new AnnotationDataRequestedEventArgs for use with the AnnotationDataRequested 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 AnnotationDataRequestedEventArgs(
	string filePath,
	int offset,
	int length
)

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