Returns the file size of the new image resized from the image of a specified index in buffer.
Double ObjectName. GetImageSize(Short sImageIndex, Long lWidth, Long lHeight)
Short sImageIndex: specifies the index of image in buffer. The index is 0-based.
Long lWidth: specifies the pixel width of the new image.
Long lHeight: specifies the pixel height of the new image.
Double.
-1 indicates failure. Other values indicate success.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown.
When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.
None.
See Also
RotateLeft(),
RotateRight(),
Flip(), Mirror(),
Crop(),
CropToClipboard(), ChangeImageSize(),
ShowImageEditor(),
ImageEditorWindowTitle property,
ImageEditorIfReadonly property,
ImageEditorIfEnableEnumerator
property