Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreviewPrinter.PaperMediaValue Property

Defines the paper media.

Syntax

Get

VB.NETMedia = object.PaperMediaValue As Integer
VBMedia = object.PaperMediaValue As Long
C#.NETint Media = object.PaperMediaValue;
VC++long Media = object->PaperMediaValue;
long Media = object->GetPaperMediaValue();
CHRESULT object->get_PaperMediaValue(long* Media);

Put

VB.NETobject.PaperMediaValue = Media As Integer
VBobject.PaperMediaValue = Media As Long
C#.NETint object.PaperMediaValue = Media;
VC++long object->PaperMediaValue = Media;
void object->PutPaperMediaValue(long Media);
CHRESULT object->put_PaperMediaValue(long Media);

object

A SftPrintPreviewPrinter object.

Media

Defines the paper media.

Comments

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

See Also SftPrintPreviewPrinter Object | Object Hierarchy


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