|
|
|
|
|
SftPrintPreviewPrinter.Duplex Property |
Defines single/double sided printing.
Syntax
|
VB.NET |
Style = object.Duplex As SftPrintPreviewDuplexConstants |
||
|
VB |
Style = object.Duplex As SftPrintPreviewDuplexConstants |
||
|
C#.NET |
SftPrintPreviewDuplexConstants Style = object.Duplex; |
||
|
VC++ |
enum SftPrintPreviewDuplexConstants Style = object->Duplex;
|
||
|
C |
HRESULT object->get_Duplex(enum SftPrintPreviewDuplexConstants* Style); |
||
|
Delphi |
Style := object.Duplex : TOleEnum; |
||
|
VB.NET |
object.Duplex = Style As SftPrintPreviewDuplexConstants |
||
|
VB |
object.Duplex = Style As SftPrintPreviewDuplexConstants |
||
|
C#.NET |
SftPrintPreviewDuplexConstants object.Duplex = Style; |
||
|
VC++ |
enum SftPrintPreviewDuplexConstants object->Duplex = Style;
|
||
|
C |
HRESULT object->put_Duplex(enum SftPrintPreviewDuplexConstants Style); |
||
|
Delphi |
object.Duplex := Style : TOleEnum; |
||
object
A SftPrintPreviewPrinter object.
Style
Defines single/double sided printing.
|
Name |
Value |
Description |
|
1 |
Single |
|
|
3 |
Duplex - The page is flipped along the short edge |
|
|
2 |
Duplex - The page is flipped along the long edge |
Comments
The Duplex property defines single/double sided printing.
The Printer.Duplex method can be used to determine whether the current printer supports dual-sided printing.