Accusoft ImagXpress 12
Resize Method
See Also  Send comments on this topic.
IPWidth
The width in pixels to which the current image will be resized.
IPHeight
The height in pixels to which the current image will be resized.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : Resize Method

Glossary Item Box

Description

Resizes the current image.

Syntax

Visual Basic
Public Sub Resize( _
   ByVal IPWidth As Long, _
   ByVal IPHeight As Long _
) 

Parameters

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

Remarks

Caution: Large values for width and height can result in a large image that may take a long time to render.

Since the Resize method can change the size of the image, the Area method is disabled and the IPArea property is set to False.

See Also

©2013. Accusoft Corporation. All Rights Reserved.