Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreviewPrinter.PaperWidth Property

Defines the paper width.

Syntax

Get

VB.NETwidth = object.PaperWidth As Integer
VBwidth = object.PaperWidth As Integer
C#.NETshort width = object.PaperWidth;
VC++short width = object->PaperWidth;
short width = object->GetPaperWidth();
CHRESULT object->get_PaperWidth(short* width);

Put

VB.NETobject.PaperWidth = width As Integer
VBobject.PaperWidth = width As Integer
C#.NETshort object.PaperWidth = width;
VC++short object->PaperWidth = width;
void object->PutPaperWidth(short width);
CHRESULT object->put_PaperWidth(short width);

object

A SftPrintPreviewPrinter object.

width

Defines the paper width.

Comments

The PaperWidth property defines the paper width.

The Printer.PaperLength property defines the paper length.

The Printer.PaperSize and Printer.PaperSizeValue properties can be used to define the paper size for the current printer using predefined paper sizes.

See Also SftPrintPreviewPrinter Object | Object Hierarchy


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