SftPrintPreview/OCX 1.0

SftPrintPreview.PrintPages Property

Softel vdm, Inc.

Defines the pages to print using the PrintContents method.

Syntax       

Get

VB.NET

Scope = object.PrintPages  As SftPrintPreviewScopeConstants

VB

Scope = object.PrintPages  As SftPrintPreviewScopeConstants

C#.NET

SftPrintPreviewScopeConstants Scope = object.PrintPages;

VC++

enum SftPrintPreviewScopeConstants Scope = object->PrintPages;
enum SftPrintPreviewScopeConstants Scope = object->GetPrintPages();

C

HRESULT object->get_PrintPages(enum SftPrintPreviewScopeConstants* Scope);

Delphi

Scope := object.PrintPages  : TOleEnum;

Put

VB.NET

object.PrintPages = Scope  As SftPrintPreviewScopeConstants

VB

object.PrintPages = Scope  As SftPrintPreviewScopeConstants

C#.NET

SftPrintPreviewScopeConstants object.PrintPages = Scope;

VC++

enum SftPrintPreviewScopeConstants object->PrintPages = Scope;
void object->PutPrintPages(enum SftPrintPreviewScopeConstants Scope);

C

HRESULT object->put_PrintPages(enum SftPrintPreviewScopeConstants Scope);

Delphi

object.PrintPages := Scope  : TOleEnum;

object

A SftPrintPreview object.

Scope

Defines the pages to print using the PrintContents method.

Name

Value

Description

scopeSftPrintPreviewAll

0

All Pages

scopeSftPrintPreviewCurrent

1

Current Page

Comments

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


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com