4D Pack v15.1

AP Print settings to BLOB

  •  
 
4D Pack v15.1
AP Print settings to BLOB

AP Print settings to BLOB 


 

AP Print settings to BLOB ( printSettings ) -> Function result 
Parameter Type   Description
printSettings  BLOB in BLOB to store the print settings
Function result  Longint in Error code: 1 = Operation successful 0 = No current printer

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