Category 2D interface, Object ProQuickprintoptions

Function ProQuickprintoptionsOrientationSet


Description
Assigns the sheet orientation for the quick print operation.
Synopsis
#include <ProQuickprint.h>
ProErrorProQuickprintoptionsOrientationSet(
ProQuickprintOptions options
/* (In)
The quick print options.
*/
int orientation
/* (In)
The orientation. Valid values are PRODEV_ORIENTATION_PORTRAIT or PRODEV_ORIENTATION_LANDSCAPE.
*/
)
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'.

Manual References:

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