Class pfcPrintPlacementOption
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 | |
| |
| |
| 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
Scale value of content.
User Guide References:
| GetSideOffset | () |
void | SetSideOffset | |
Offset from the sides.
User Guide References:
| GetBottomOffset | () |
void | SetBottomOffset | |
Offset from the bottom.
User Guide References:
| GetKeepPanzoom | () |
void | SetKeepPanzoom | |
true to keep pan zoom; false to skip pan zoom.
User Guide References:
| GetClipPlot | () |
void | SetClipPlot | |
true to clip plot; false to skip clipping of plot.
User Guide References:
| GetShiftAllCorner | () |
void | SetShiftAllCorner | |
true to shift all corners; false to skip shifting of corners.
User Guide References:
| GetX1ClipPosition | () |
void | SetX1ClipPosition | |
First X paramter for defining clip position.
User Guide References:
| GetY1ClipPosition | () |
void | SetY1ClipPosition | |
First Y paramter for defining clip position.
User Guide References:
| GetX2ClipPosition | () |
void | SetX2ClipPosition | |
Second X paramter for defining clip position.
User Guide References:
| GetY2ClipPosition | () |
void | SetY2ClipPosition | |
Second Y paramter for defining clip position.
User Guide References:
| GetPlaceLabel | () |
void | SetPlaceLabel | |
true to place label; false to skip placing of label.
User Guide References:
| GetLabelHeight | () |
void | SetLabelHeight | |
Height of label.
User Guide References:
Creates an object used to define the placement options for printing purpose.
User Guide References:
Returns: