Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreviewPrinter.PaperSourceValue Property

Defines the paper source.

Syntax

Get

VB.NETSource = object.PaperSourceValue As Integer
VBSource = object.PaperSourceValue As Integer
C#.NETshort Source = object.PaperSourceValue;
VC++short Source = object->PaperSourceValue;
short Source = object->GetPaperSourceValue();
CHRESULT object->get_PaperSourceValue(short* Source);

Put

VB.NETobject.PaperSourceValue = Source As Integer
VBobject.PaperSourceValue = Source As Integer
C#.NETshort object.PaperSourceValue = Source;
VC++short object->PaperSourceValue = Source;
void object->PutPaperSourceValue(short Source);
CHRESULT object->put_PaperSourceValue(short Source);

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.

See Also SftPrintPreviewPrinter Object | Object Hierarchy


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