AnnotationDataRequestedEventArgs Class |
Namespace: Atalasoft.Imaging.WebControls
The AnnotationDataRequestedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
AnnotationDataRequestedEventArgs(String, Int32, Int32) |
Creates a new AnnotationDataRequestedEventArgs for use with the
AnnotationDataRequested event.
| |
AnnotationDataRequestedEventArgs(String, String, Int32, Int32) |
Creates a new AnnotationDataRequestedEventArgs for use with the
AnnotationDataRequested event.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |