TiScope.PrintMarginLeft

TiScope

Specifies the left margin when printing the chart.

property PrintMarginLeft : Double;

Description

Use PrintMarginLeft to get or set the left margin when printing. The PrintMarginLeft value is in inches.

Example

Delphi

iComponent.PrintMarginLeft := 1;

C++ Builder

iComponent->PrintMarginLeft = 1;

Contents | Index | Previous | Next