PDF.Print

PDF.Print ( 

string  ObjectName,

number  FromPage = 1,

number  ToPage = -1,

boolean ShrinkToFit = true )

Description

Prints the specified pages of a PDF File (*.pdf) loaded in a PDF object without displaying a settings dialog.

Parameters

ObjectName

(string) The name of the PDF object.

FromPage

(number) The page number to start printing from. The default is 1.

ToPage

(number) The page number of the last page to be printed. The default is -1, which is the last page in the document.

ShrinkToFit

(boolean) Whether to shrink pages to fit when printed.

VALUE

DESCRIPTION

true

Shrink the page to fit the printed page (if necessary). (Default)

false

Print the page at a 1:1 ratio.

Returns

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

See also:  Related Actions