ImageRequestedEventArgs Class |
Namespace: Atalasoft.Imaging.WebControls
The ImageRequestedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ImageRequestedEventArgs |
Creates a new ImageRequestedEventArgs for use with the
ImageRequested event.
|
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.
|
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.) |