Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.PairPages Property

Pair front and back of previewed pages, even if printer duplexing has not been enabled.

Syntax

Get

VB.NETBoolean = object.PairPages As Boolean
VBBoolean = object.PairPages As Boolean
C#.NETbool Boolean = object.PairPages;
VC++VARIANT_BOOL Boolean = object->PairPages;
VARIANT_BOOL Boolean = object->GetPairPages();
CHRESULT object->get_PairPages(VARIANT_BOOL* Boolean);

Put

VB.NETobject.PairPages = Boolean As Boolean
VBobject.PairPages = Boolean As Boolean
C#.NETbool object.PairPages = Boolean;
VC++VARIANT_BOOL object->PairPages = Boolean;
void object->PutPairPages(VARIANT_BOOL Boolean);
CHRESULT object->put_PairPages(VARIANT_BOOL Boolean);

object

A SftPrintPreview object.

Boolean

Pair front and back of previewed pages, even if printer duplexing has not been enabled.

BooleanDescription
TrueFront and back of previewed pages are paired in preview mode, even if printer duplexing has not been enabled.
FalseFront and back of previewed pages are only paired in preview mode, if printer duplexing has been enabled.

Comments

The PairPages property pair front and back of previewed pages, even if printer duplexing has not been enabled.

The Printer.Duplex property is used to define single/double sided printing.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.