TiScope.PrintMarginTop
TiScope
Specifies the top margin when printing the chart.
property PrintMarginTop : Double;
Description
Use PrinterMarginTop to get or set the top margin when printing. The
PrintMarginTop value is in inches.
Example
Delphi
iComponent.PrintMarginTop := 1;
C++ Builder
iComponent->PrintMarginTop = 1;
Contents | Index | Previous | Next