Accusoft.ImagXpressSdk Namespace > ImageReduce Class > PngReduce Method : PngReduce(ImagXpress,String,String) Method |
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when imagXpress is null. |
System.ArgumentNullException | Thrown when inputFileName is null. |
System.ArgumentNullException | Thrown when outputFileName is null. |
System.IO.FileNotFoundException | Thrown when inputFileName does not exist. |
System.ArgumentException | Thrown when inputFileName is an HTTP or FTP URL. |
System.ArgumentException | Thrown when outputFileName is an HTTP or FTP URL. |
ImagXpressException | Thrown when imagXpress is not licensed for this feature. |
ImagXpressException | Thrown when inputFileName refers to a damaged or incomplete PNG. |
System.UnauthorizedAccessException | Thrown when outputFileName cannot be created or modified. |