SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.PaperSource Property

Softel vdm, Inc.

Defines the paper source.

Syntax       

Get

VB.NET

Name = object.PaperSource  As String

VB

Name = object.PaperSource  As String

C#.NET

string Name = object.PaperSource;

VC++

_bstr_t Name = object->PaperSource;
_bstr_t Name = object->GetPaperSource();

C

HRESULT object->get_PaperSource(BSTR* Name);

Delphi

Name := object.PaperSource   : WideString;

Put

VB.NET

object.PaperSource = Name  As String

VB

object.PaperSource = Name  As String

C#.NET

string object.PaperSource = Name;

VC++

_bstr_t object->PaperSource = Name;
void object->PutPaperSource(_bstr_t Name);

C

HRESULT object->put_PaperSource(BSTR Name);

Delphi

object.PaperSource := Name   : WideString;

object

A SftPrintPreviewPrinter object.

Name

Defines the paper source.

Comments

The PaperSource property defines the paper source.

Available paper sources are accessible using the Printer.Bin and Printer.BinCount properties.


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