PDF.Print

PDF.Print (

string ObjectName,

number FromPage = 1,

number ToPage = -1,

boolean ShrinkToFit = true )

Example 1

PDF.Print("PDF1", 1, -1, true);

Prints all pages of the document currently loaded in the PDF object named "PDF1."

Example 2

PDF.Print("Resources", 5, 8, true);

Prints pages 5-8 of the document currently loaded in the PDF object named "Resources."

See also: Related Actions