PDF.SetZoomScroll

PDF.SetZoomScroll ( 

string ObjectName,

number Percent,

number Left,

number Top )

Example 1

-- Zoom the document to 100% with a horizontal offset of 100 and a vertical offset of 400.
PDF.SetZoomScroll("ZoomMe", 100, 100, 400);

Zooms the PDF object named "ZoomMe" to 100% and sets the horizontal offset to 100 and vertical offset to 400.

See also:  Related Actions