ImageRequestedEventArgs Constructor |
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ImageRequestedEventArgs(
string filePath,
int frameIndex,
bool jpeg = false,
double zoom = 1,
IDictionary<string, string> imageParams = null
)
Public Sub New (
filePath As String,
frameIndex As Integer,
Optional jpeg As Boolean = false,
Optional zoom As Double = 1,
Optional imageParams As IDictionary(Of String, String) = Nothing
)
Parameters
- filePath
- Type: SystemString
File path to use while loading the image from the document. - frameIndex
- Type: SystemInt32
Frame index of the image. - jpeg (Optional)
- Type: SystemBoolean
Indicates whether to output this image in jpeg format. - zoom (Optional)
- Type: SystemDouble
Indicates what zoom level this image was requested at. - imageParams (Optional)
- Type: System.Collections.GenericIDictionaryString, String
The optional image request parameters.
See Also