PDF.SetZoomScroll

PDF.SetZoomScroll (

string ObjectName,

number Percent,

number Left,

number Top )

Description

Sets the magnification of a PDF object and scrolls the page vertically and horizontally.

Parameters

ObjectName

(string) The name of the PDF object.

Percent

(number) The percent of magnification to use.

Left

(number) The horizontal position within the object to scroll to.

Top

(boolean) The vertical position within the object to scroll to.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions