API Documentation > Interface Classes > Class wfcQuickPrintInstructions
Class wfcQuickPrintInstructions

# include <wfcQuickPrint.h>

class
wfcQuickPrintInstructions
: public virtual
xobject
{
xdeclare(wfcQuickPrintInstructions)
...
};
This is a
COMPACT class.

Description
The quick print instructions..
User Guide References:
Method Summary
Method Detail
GetLayoutType
()
void
SetLayoutType
The quick print layout type
User Guide References:
GetOrientation
()
void
SetOrientation
The orientation
User Guide References:
GetPrintFlatToScreen
()
void
SetPrintFlatToScreen
(cipOptional xbool value)
The print flat_to_screen annotations flag
User Guide References:
GetProjectionViewLocations
()
void
SetProjectionViewLocations
Array of the projections to include
This is applicable only if the layout type is QPRINT_LAYOUT_PROJ.
User Guide References:
GetPaperSize
()
void
SetPaperSize
The size of the print for the quick print operation
User Guide References:
GetDrawingTemplate
()
void
SetDrawingTemplate
Path to the drawing template file to use for the quick print operation.
This is applicable only if layout type is QPRINT_LAYOUT_TEMPLATE.
User Guide References:
GetManualLayoutType
()
void
SetManualLayoutType
Assigns the layout type to use, when three views are being used in a manual layout
This is applicable only if the layout type is QPRINT_LAYOUT_MANUAL.
User Guide References:
GetGeneralViewInstructions
()
void
SetGeneralViewInstructions
The general view instructions
User Guide References:
User Guide References:
Returns:
Was this helpful?