DocumentImage.resizeTo Method

Module: DocumentImage

Definition

Resizes the image to the specified width and height.

void resizeTo(int width, int height, DocumentImage dstDocumentImage)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstDocumentImage DocumentImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Document Library execution.