PV BLOB TO PRINT SETTINGS
version 2004.1
PV BLOB TO PRINT SETTINGS (area; printSettings)
Parameter | Type | Description | |
area | Longint | 4D View area | |
printSettings | BLOB | BLOB containing the print settings |
Description
The PV BLOB TO PRINT SETTINGS command replaces the current print settings of the 4D View area by those contained in the printSettings BLOB. This BLOB must have been generated by the PV Print settings to blob command.
The printSettings parameter contains all the settings used for printing:
• Layout parameters (paper, orientation, scale);
• Print parameters as such (number of copies, paper source, etc.).
Note: Print settings are not formatted in the same way under Windows and Mac OS. As a result, the compatibility of the printSettings BLOB between the two platforms is not guaranteed.
If the printSettings BLOB does not contain valid print settings, the command returns an error.
See Also