Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreviewPrinter.PaperSource Property

Defines the paper source.

Syntax

Get

VB.NETName = object.PaperSource As String
VBName = object.PaperSource As String
C#.NETstring Name = object.PaperSource;
VC++_bstr_t Name = object->PaperSource;
_bstr_t Name = object->GetPaperSource();
CHRESULT object->get_PaperSource(BSTR* Name);

Put

VB.NETobject.PaperSource = Name As String
VBobject.PaperSource = Name As String
C#.NETstring object.PaperSource = Name;
VC++_bstr_t object->PaperSource = Name;
void object->PutPaperSource(_bstr_t Name);
CHRESULT object->put_PaperSource(BSTR Name);

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.

See Also SftPrintPreviewPrinter Object | Object Hierarchy


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