Category 2D interface, Object ProQuickprintoptions

Function ProQuickprintoptionsSizeSet


Description
Assigns the size of the print for the quick print operation.
Synopsis
#include <ProQuickprint.h>
ProErrorProQuickprintoptionsSizeSet(
ProQuickprintOptions options
/* (In)
The quick print options.
*/
ProPrintSize* size
/* (In)
The size of the print for the quick print operation.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe layout type is not 'projection' or 'manual'.
PRO_TK_INVALID_TYPEVariable size quick prints are not currently supported.

Manual References:

  1. Interface: Data Exchange: Automatic Printing of 3D Models
  2. Interface: Data Exchange: Automatic Printing of 3D Models