|
|
|
|
|
SftPrintPreview.LeftMargin Property |
Defines the width of the left margin.
Syntax
|
VB.NET |
width = object.LeftMargin As Single |
||
|
VB |
width = object.LeftMargin As Single |
||
|
C#.NET |
float width = object.LeftMargin; |
||
|
VC++ |
float width = object->LeftMargin;
|
||
|
C |
HRESULT object->get_LeftMargin(float* width); |
||
|
Delphi |
width := object.LeftMargin : Single; |
||
|
VB.NET |
object.LeftMargin = width As Single |
||
|
VB |
object.LeftMargin = width As Single |
||
|
C#.NET |
float object.LeftMargin = width; |
||
|
VC++ |
float object->LeftMargin = width;
|
||
|
C |
HRESULT object->put_LeftMargin(float width); |
||
|
Delphi |
object.LeftMargin := width : Single; |
||
object
A SftPrintPreview object.
width
Defines the width of the left margin. The distance is specified in inches.
Comments
The LeftMargin property defines the width of the left margin.
Left, top, right and bottom margins can be defined using the LeftMargin, TopMargin, RightMargin and BottomMargin properties.