Parameters > Citect.ini File Parameters > Page Parameters > [Page]PrintPage

[Page]PrintPage

This sets a custom Cicode function to print the currently displayed page when the user clicks the Print page button on the template or calls the Cicode function PagePrint().

Note: It is possible to override this setting on a per page basis by using the page environment variable "PrintPage". Refer to 'Using the Tab_Style Page Templates > Creating a New Project > Using Environment Variables in Tab_Style Templates' for more information regarding page environment variables.

Note: This parameter is available only to projects based on Tab_Style templates.

Allowable Values: "?" followed by a valid Cicode function name and comma separated arguments, for example, ?WinPrint LPT1:,0,0,0

Default Value: None

See Also