Click or drag to resize

AnnotationDataRequestedEventArgs Properties

The AnnotationDataRequestedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocumentPath
Gets the document path.
Public propertyFilePath
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.
Public propertyLayers
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.
Public propertyLength
The number of layers that were requested by the client. Returns -1 if all layers were requested.
Public propertyOffset
The starting layer index requested.
Top
See Also