API Documentation > Interface Classes > Class pfcPrinterPCFOptions
Class pfcPrinterPCFOptions

# include <pfcExport.h>

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

Description
This interface is used to define the printing options for a PFC file.
User Guide References:
Method Summary
Creates an object used to define the printer options for printing a PFC file.
void
To define the model options for printing purpose.
void
To define the placement options for printing purpose.
void
To define the printer settings for printing purpose.
Method Detail
GetPrinterOption
()
void
SetPrinterOption
To define the printer settings for printing purpose.
See Also:
User Guide References:
GetModelOption
()
void
SetModelOption
To define the model options for printing purpose.
See Also:
User Guide References:
GetPlacementOption
()
void
SetPlacementOption
To define the placement options for printing purpose.
See Also:
User Guide References:
Create
()
Creates an object used to define the printer options for printing a PFC file.
User Guide References:
Returns:
Was this helpful?