API Documentation > Interface Classes > Class pfcPrintPlacementOption
Class pfcPrintPlacementOption

# include <pfcExport.h>

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

Description
This interface is used to define the placement options for printing purpose.
User Guide References:
Method Summary
Creates an object used to define the placement options for printing purpose.
void
Offset from the bottom.
void
true to clip plot; false to skip clipping of plot.
void
true to keep pan zoom; false to skip pan zoom.
void
Height of label.
void
true to place label; false to skip placing of label.
void
SetScale (xreal value)
Scale value of content.
void
true to shift all corners; false to skip shifting of corners.
void
Offset from the sides.
void
First X paramter for defining clip position.
void
Second X paramter for defining clip position.
void
First Y paramter for defining clip position.
void
Second Y paramter for defining clip position.
Method Detail
GetScale
()
void
SetScale
(xreal value)
Scale value of content.
User Guide References:
GetSideOffset
()
void
SetSideOffset
(xreal value)
Offset from the sides.
User Guide References:
GetBottomOffset
()
void
SetBottomOffset
(xreal value)
Offset from the bottom.
User Guide References:
GetKeepPanzoom
()
void
SetKeepPanzoom
(xbool value)
true to keep pan zoom; false to skip pan zoom.
User Guide References:
GetClipPlot
()
void
SetClipPlot
(xbool value)
true to clip plot; false to skip clipping of plot.
User Guide References:
GetShiftAllCorner
()
void
SetShiftAllCorner
(xbool value)
true to shift all corners; false to skip shifting of corners.
User Guide References:
GetX1ClipPosition
()
void
SetX1ClipPosition
(xreal value)
First X paramter for defining clip position.
User Guide References:
GetY1ClipPosition
()
void
SetY1ClipPosition
(xreal value)
First Y paramter for defining clip position.
User Guide References:
GetX2ClipPosition
()
void
SetX2ClipPosition
(xreal value)
Second X paramter for defining clip position.
User Guide References:
GetY2ClipPosition
()
void
SetY2ClipPosition
(xreal value)
Second Y paramter for defining clip position.
User Guide References:
GetPlaceLabel
()
void
SetPlaceLabel
(xbool value)
true to place label; false to skip placing of label.
User Guide References:
GetLabelHeight
()
void
SetLabelHeight
(xreal value)
Height of label.
User Guide References:
Creates an object used to define the placement options for printing purpose.
User Guide References:
Returns:
Was this helpful?