|
|
|
|
|
SftPrintPreview.PageGapSize Property |
Defines the width/height of the area between paired pages.
Syntax
|
VB.NET |
Pixels = object.PageGapSize As Integer |
||
|
VB |
Pixels = object.PageGapSize As Integer |
||
|
C#.NET |
short Pixels = object.PageGapSize; |
||
|
VC++ |
short Pixels = object->PageGapSize;
|
||
|
C |
HRESULT object->get_PageGapSize(short* Pixels); |
||
|
Delphi |
Pixels := object.PageGapSize : Smallint; |
||
|
VB.NET |
object.PageGapSize = Pixels As Integer |
||
|
VB |
object.PageGapSize = Pixels As Integer |
||
|
C#.NET |
short object.PageGapSize = Pixels; |
||
|
VC++ |
short object->PageGapSize = Pixels;
|
||
|
C |
HRESULT object->put_PageGapSize(short Pixels); |
||
|
Delphi |
object.PageGapSize := Pixels : Smallint; |
||
object
A SftPrintPreview object.
Pixels
Defines the width/height of the area between paired pages in pixels. Valid values are in the range 0 - 5.
Comments
The PageGapSize property defines the width/height of the area between paired pages.