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