ImageContext Constructor (String, String, String) |
Creates an instance of ImageContext for converting between various image formats
Namespace:
PrimeHolding.ImageConverter
Assembly:
PrimeHolding.ImageConverter (in PrimeHolding.ImageConverter.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ImageContext(
string sourcePath,
string destinationPath,
string imageOperation
)
Parameters
- sourcePath
- Type: SystemString
Source path of the image - destinationPath
- Type: SystemString
Destination path of the new image - imageOperation
- Type: SystemString
Image operation type when converting images. Valid types: ConvertToJPG, ConvertToPNG and ConvertToGIF.
See Also