ImageRequestedEventArgs Properties |
The ImageRequestedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
AutoScale |
Indicates whether the provided image should be scaled by the handler before sending it to the client
| |
FilePath |
The requested file path of the document.
| |
FrameIndex |
The requested frame index of the document.
| |
Image |
The AtalaImage to be sent back to the client. This property
will be null before the image is loaded from the document. Setting this property will stop
the handler from loading the image from the file.
| |
Jpeg |
Indicates whether this image request should be output in jpeg format
| |
Params |
Stores additional image request parameters passed by client side code.
| |
Zoom |
Indicates what zoom level this image was requested at.
|