PrintScreenWithConfig

 

It is the function that hardcopy(print) the current screen, and uses as below. Print immediately using the given configure file.

 

void @PrintScreenWithConfig(string config_file);

 

Parameters

string config_file : Configuration file

 

Return Value

None

 

Example 1

@PrintScreenWithConfig("C:\\AutoBase\\Project\\ttt.pcf");

 

Description : Immediately print the current-active graphic screen directly to the default printer with ttt.pcf configure file.

 

Version Information

Supported Version: 10.3.6

 

Related Helps

@PrintModule()

@PrintScreen()

@PrintScreenWithConfig()