Accusoft ImagXpress 13
ResizeEx Method
An enumResizeType value.

The width in pixels to which the current image will be resized.

Valid values are 0 and greater.

The height in pixels to which the current image will be resized.

Valid values are 0 and greater.

Description
Resizes the current image according to the algorithm specified by enumResizeType enumerator.
Syntax
Visual Basic
Public Sub ResizeEx( _
   ByVal eResizeType As enumResizeType, _
   ByVal lIPWidth As Long, _
   ByVal lIPHeight As Long _
) 
Parameters
eResizeType
ValueDescription
RT_FastFaster, but slower resampling. The pixels in the image are resampled using a nearest neighbor interpolation algorithm which is fast, but produces a lower quality.
RT_PICQualitySlower, but faster resampling. An Accusoft developed algorithm which produces an extremely high quality image, but is slower than the other two methods.
RT_ResampleThe pixels in the image are resampled using a bilinear interpolation algorithm which produces a better quality image, but is slower than RT_Fast.
An enumResizeType value.
lIPWidth

The width in pixels to which the current image will be resized.

Valid values are 0 and greater.

lIPHeight

The height in pixels to which the current image will be resized.

Valid values are 0 and greater.

Remarks

Replaces Resize, Resample and PICResize properties in earlier versions.

See Also

ImagXpress Object  | ImagXpress Members  | Image Resizing  | Image Processing

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback