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