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. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
PDF.PrintWithDialog
OverviewExamples
PDF.PrintWithDialog ( string ObjectName )
De s cr ip t ion
Prints pages of a PDF File (*.pdf) loaded in a PDF object according to the options selected in a settings dialog.
P arame t er s
ObjectName
(string) The name of the PDF object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
PDF.SetEnabled
OverviewExamples
PDF.SetEnabled ( string ObjectName,
boolean Enabled = true )
De s cr ip t ion
Sets the enabled/disabled state of a PDF object.
Note: When an object is disabled, it doesn't respond to the user at all.
P arame t er s
ObjectName
(string) The name of the PDF object.