AnnotationDataRequestedEventArgs Properties |
The AnnotationDataRequestedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
DocumentPath |
Gets the document path.
| |
FilePath |
The relative file path that was requested by the client. This can be used in conjunction
with the Layers property to use non filesystem based methods of loading annotation data.
| |
Layers |
Gets or sets the root layerdata array of annotation data for this request. Returns
null by default. If this property is left null, the handler will attempt to load
the layer data from the file path represented in the FilePath property. Setting
this property will override the default automatic loading by file path.
| |
Length |
The number of layers that were requested by the client. Returns -1 if all layers were requested.
| |
Offset |
The starting layer index requested.
|