SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.PaperMediaValue Property

Softel vdm, Inc.

Defines the paper media.

Syntax       

Get

VB.NET

Media = object.PaperMediaValue  As Integer

VB

Media = object.PaperMediaValue  As Long

C#.NET

int Media = object.PaperMediaValue;

VC++

long Media = object->PaperMediaValue;
long Media = object->GetPaperMediaValue();

C

HRESULT object->get_PaperMediaValue(long* Media);

Delphi

Media := object.PaperMediaValue   : Integer;

Put

VB.NET

object.PaperMediaValue = Media  As Integer

VB

object.PaperMediaValue = Media  As Long

C#.NET

int object.PaperMediaValue = Media;

VC++

long object->PaperMediaValue = Media;
void object->PutPaperMediaValue(long Media);

C

HRESULT object->put_PaperMediaValue(long Media);

Delphi

object.PaperMediaValue := Media   : Integer;

object

A SftPrintPreviewPrinter object.

Media

Defines the paper media.

Comments

The PaperMediaValue property defines the paper media (see Printer.MediaValue).


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