SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.PaperSourceValue Property

Softel vdm, Inc.

Defines the paper source.

Syntax       

Get

VB.NET

Source = object.PaperSourceValue  As Integer

VB

Source = object.PaperSourceValue  As Integer

C#.NET

short Source = object.PaperSourceValue;

VC++

short Source = object->PaperSourceValue;
short Source = object->GetPaperSourceValue();

C

HRESULT object->get_PaperSourceValue(short* Source);

Delphi

Source := object.PaperSourceValue   : Smallint;

Put

VB.NET

object.PaperSourceValue = Source  As Integer

VB

object.PaperSourceValue = Source  As Integer

C#.NET

short object.PaperSourceValue = Source;

VC++

short object->PaperSourceValue = Source;
void object->PutPaperSourceValue(short Source);

C

HRESULT object->put_PaperSourceValue(short Source);

Delphi

object.PaperSourceValue := Source   : Smallint;

object

A SftPrintPreviewPrinter object.

Source

Defines the paper source.

Comments

The PaperSourceValue property defines the paper source.

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


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