Command AP Print settings to BLOB

4D Pack

AP Print settings to BLOB

version 2004


AP Print settings to BLOB (printSettings) Longint

ParameterTypeDescription
printSettingsBLOBBLOB to store the print settings

Function resultLongintError code: 1 = Operation successful
0 = No current printer

Description

The AP Print settings to BLOB command stores the current print settings of 4D in the printSettings BLOB.

The printSettings parameter stores all the settings used for printing:

• Layout parameters: paper, orientation, scale,

• Print parameters as such: number of copies, paper source, etc.

The BLOB generated must not be modified by programming; it can only be used by the AP BLOB to print settings command.

The command returns 1 if the BLOB has been correctly generated and 0 if no current printer is selected.

See Also

AP BLOB to print settings.