DocumentInfoRequestedEventArgs Class |
Namespace: Atalasoft.Imaging.WebControls
The DocumentInfoRequestedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
DocumentInfoRequestedEventArgs(String) |
Creates a new DocumentInfoRequestedEventArgs for use with the
DocumentInfoRequested event.
| |
DocumentInfoRequestedEventArgs(String, String, String) |
Creates a new DocumentInfoRequestedEventArgs for use with the
DocumentInfoRequested event.
|
Name | Description | |
---|---|---|
AnnotationFilePath |
The relative annotation file path that was requested by the client. This can be used in conjunction
with the AnnotationLayers property to use non filesystem based methods of loading annotation data.
| |
AnnotationLayers |
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.
| |
ColorDepth |
Color depth of the requested image. This is used for memory calculations on the client.
| |
FilePath |
The relative file path that was requested by the client. This can be used in conjunction
with the PageCount and PageSize properties to use non filesystem based methods of loading document data.
| |
FormFilePath |
The relative forms file path that was requested by the client. This can be used in conjunction
with the FormPdfDocument property to use non filesystem based methods of loading form data.
| |
FormPdfDocument |
PDF document to get the forms from. If this is not provided, forms will attempt to load from
the PdfDocument property.
| |
IsVector |
Indicates whether this document should allow sending larger images to the client when the zoom is greater
than 1. When false, the 1:1 image will be sent, and scaled on the client.
| |
PageCount |
Number of pages in the document. This will be -1 if the info hasn't been loaded yet. Setting
this property will stop the handler from loading all document info from the file.
| |
PageSize |
Default page size in pixels. This is set to Size.Empty if the info hasn't been loaded yet. Setting
this property is necessary when setting the PageCount property.
| |
PdfDocument |
PDF document to get the document info from. This property is provided to allow a PDF to be loaded only
once for loading multiple items. When requested, form data will attempt to load from this property if the
FormPdfDocument property is not provided.
| |
Resolution |
Resolution of the image requested.
| |
ThumbCaptionFormat |
Gets or sets the thumbnail captions format.
|
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.) |