API Documentation > Interfaces > Interface PrinterPCFOptions
Interface PrinterPCFOptions

package com.ptc.pfc.pfcExport;

public interface
PrinterPCFOptions
extends
jxobject


Description
This interface is used to define the printing options for a PFC file.
Method Summary
Get method for attribute "ModelOption"
To define the model options for printing purpose.
Get method for attribute "PlacementOption"
To define the placement options for printing purpose.
Get method for attribute "PrinterOption"
To define the printer settings for printing purpose.
void
Set method for attribute "ModelOption"
To define the model options for printing purpose.
void
Set method for attribute "PlacementOption"
To define the placement options for printing purpose.
void
Set method for attribute "PrinterOption"
To define the printer settings for printing purpose.
Method Detail
GetPrinterOption
GetPrinterOption
()
SetPrinterOption
void
SetPrinterOption
To define the printer settings for printing purpose.
See Also:
User Guide References:
GetModelOption
GetModelOption
()
SetModelOption
void
SetModelOption
(PrintMdlOption value)
To define the model options for printing purpose.
See Also:
User Guide References:
GetPlacementOption
GetPlacementOption
()
SetPlacementOption
void
SetPlacementOption
To define the placement options for printing purpose.
See Also:
User Guide References:
Was this helpful?