Accusoft ImagXpress 12
ResizeEx Method
See Also  Send comments on this topic.
eResizeType
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.

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ResizeEx Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.