API Documentation > 2D interface > Object ProQuickprintoptions > Function ProQuickprintoptionsOrientationSet
Function ProQuickprintoptionsOrientationSet
Description
Assigns the sheet orientation for the quick print operation.
Synopsis
#include <ProQuickprint.h>
ProQuickprintoptionsOrientationSet
(
/* (In)
The quick print options.
*/
int orientation
/* (In)
The orientation. Valid values are PRODEV_ORIENTATION_PORTRAIT or PRODEV_ORIENTATION_LANDSCAPE.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The layout type is not 'projection' or 'manual'.
User Guide References
Was this helpful?