Command PV BLOB TO PRINT SETTINGS

4D View

PV BLOB TO PRINT SETTINGS

version 2004.1


PV BLOB TO PRINT SETTINGS (area; printSettings)

ParameterTypeDescription
areaLongint4D View area
printSettingsBLOBBLOB 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

PV Print settings to blob.