Category 2D interface, Object ProPrint

Function ProPrintPrinterOptionsGet


Description
Get printer options for a specified printer
Replacement in Object TOOLKIT: pfcBaseSession::GetPrintPrinterOptions
Synopsis
#include <ProPrint.h>
ProErrorProPrintPrinterOptionsGet(
ProCharName printer_type
/* (In)
Name of the printer type.
*/
ProPrintPrinterOpts* options
/* (Out)
Initialized printer options
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more arguments is bad.
PRO_TK_E_NOT_FOUNDThe printer type was not recognized

Manual References:

  1. Interface: Data Exchange: Exporting 2D Models
  2. Interface: Data Exchange: Example 1 Publishing a Drawing