Click or drag to resize

ImageRequestedEventArgs Properties

The ImageRequestedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAutoScale
Indicates whether the provided image should be scaled by the handler before sending it to the client
Public propertyFilePath
The requested file path of the document.
Public propertyFrameIndex
The requested frame index of the document.
Public propertyImage
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.
Public propertyJpeg
Indicates whether this image request should be output in jpeg format
Public propertyParams
Stores additional image request parameters passed by client side code.
Public propertyZoom
Indicates what zoom level this image was requested at.
Top
See Also