User's guide > Interface > Printing Files > Placement Options
Placement Options
The placement options for printing purpose are defined in the pfcExport.PrintPlacementOption object.
Methods Introduced:
The method pfcExport.pfcExport.PrintPlacementOption_Create creates a new instance of the pfcExport.PrintPlacementOption object.
The method pfcSession.BaseSession.GetPrintPlacementOptions retrieves the placement options.
The pfcExport.PrintPlacementOption object contains the following options:
BottomOffset—Specifies the offset from the lower-left corner of the plot. Use the method pfcExport.PrintPlacementOption.SetBottomOffset to set this option.
ClipPlot—Specifies whether the plot is clipped. Set this option to true to clip the plot or to false to avoid clipping of plot. Use the method pfcExport.PrintPlacementOption.SetClipPlot to set this option.
KeepPanzoom—Determines whether pan and zoom values of the window are used. Set this option to true use pan and zoom and false to skip them. Use the method pfcExport.PrintPlacementOption.SetKeepPanzoom to set this option.
LabelHeight—Specifies the height of the label in inches. Use the method pfcExport.PrintPlacementOption.SetLabelHeight to set this option.
PlaceLabel—Specifies whether you want to place the label on the plot. Use the method pfcExport.PrintPlacementOption.SetPlaceLabel to set this option.
Scale—Specifies the scale used for the plot. Use the method pfcExport.PrintPlacementOption.SetScale to set this option.
ShiftAllCorner—Determines whether all corners are shifted.Set this option to true to shift all corners or to false to skip shifting of corners. Use the method pfcExport.PrintPlacementOption.SetShiftAllCorner to set this option.
SideOffset—Specifies the offset from the sides. Use the method pfcExport.PrintPlacementOption.SetSideOffset to set this option.
X1ClipPosition—Specifies the first X parameter for defining the clip position. Use the method pfcExport.PrintPlacementOption.SetX1ClipPosition to set this option.
X2ClipPosition—Specifies the second X parameter for defining the clip position. Use the method pfcExport.PrintPlacementOption.SetX2ClipPosition to set this option.
Y1ClipPosition—Specifies the first Y parameter for defining the clip position. Use the method pfcExport.PrintPlacementOption.SetY1ClipPosition to set this option.
Y2ClipPosition—Specifies the second Y parameter for defining the clip position. Use the method pfcExport.PrintPlacementOption.SetY2ClipPosition to set this option.
Was this helpful?