Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.PrintPages Property

Defines the pages to print using the PrintContents method.

Syntax

Get

VB.NETScope = object.PrintPages As SftPrintPreviewScopeConstants
VBScope = object.PrintPages As SftPrintPreviewScopeConstants
C#.NETSftPrintPreviewScopeConstants Scope = object.PrintPages;
VC++enum SftPrintPreviewScopeConstants Scope = object->PrintPages;
enum SftPrintPreviewScopeConstants Scope = object->GetPrintPages();
CHRESULT object->get_PrintPages(enum SftPrintPreviewScopeConstants* Scope);

Put

VB.NETobject.PrintPages = Scope As SftPrintPreviewScopeConstants
VBobject.PrintPages = Scope As SftPrintPreviewScopeConstants
C#.NETSftPrintPreviewScopeConstants object.PrintPages = Scope;
VC++enum SftPrintPreviewScopeConstants object->PrintPages = Scope;
void object->PutPrintPages(enum SftPrintPreviewScopeConstants Scope);
CHRESULT object->put_PrintPages(enum SftPrintPreviewScopeConstants Scope);

object

A SftPrintPreview object.

Scope

Defines the pages to print using the PrintContents method.

NameValueDescription
scopeSftPrintPreviewAll0All Pages
scopeSftPrintPreviewCurrent1Current Page

Comments

The PrintPages property defines the pages to print using the PrintContents method.

See Also SftPrintPreview Object | Object Hierarchy


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