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.
Manual 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:
Manual References:
GetModelOption
()
void
SetModelOption
To define the model options for printing purpose.
See Also:
Manual References:
GetPlacementOption
()
void
SetPlacementOption
To define the placement options for printing purpose.
See Also:
Manual References:
Create
()
Creates an object used to define the printer options for printing a PFC file.
Manual References:
Returns:
Was this helpful?