ResampleDocumentCommandVerifyProperties Method |
Namespace: Atalasoft.Imaging.ImageProcessing.Document
Exception | Condition |
---|---|
ArgumentException | You must provide a destination size.;destSize or Cannot perform AreaAverage resize method when increasing the size of the image,\nuse BiLinear or the scale to gray default instead. or Cannot perform EnlargeFast resize method when decreasing the size of the image,\nuse BiLinear, AreaAverage, or ScaleToGray instead. |
This method does not check the integrity of the source image itself. That is already done by the time VerifyProperties is called.
Errors should be indicated by throwing an appropriate exception.