|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

DialogEx.Print

OverviewExamples

DialogEx.Print ( boolean ShowPrintDialog = true,


boolean ScaleToFit = true )


De s cr ip t ion


Prints the current dialog.


image

Note: Some types of objects have troubles printing with certain printer drivers. The Video object will not display when printed.


P arame t er s


ShowPrintDialog


(boolean) Whether to show the common print dialog before printing.



VALUE DESCRIPTION


true


Show the common print dialog before printing. (Default)


false Use defaults such as default printer, letter sized paper and choose the best between portrait and landscape.


image

|