SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.MaxPaperWidth Property

Softel vdm, Inc.

Returns the maximum paper width.

Syntax       

Get

VB.NET

width = object.MaxPaperWidth  As Integer

VB

width = object.MaxPaperWidth  As Integer

C#.NET

short width = object.MaxPaperWidth;

VC++

short width = object->MaxPaperWidth;
short width = object->GetMaxPaperWidth();

C

HRESULT object->get_MaxPaperWidth(short* width);

Delphi

width := object.MaxPaperWidth   : Smallint;

object

A SftPrintPreviewPrinter object.

width

Returns the maximum paper width.

Comments

The MaxPaperWidth property returns the maximum paper width.

The Printer.MinPaperLength, Printer.MinPaperWidth, Printer.MaxPaperLength and MaxPaperWidth properties describe the smallest and largest page the printer can physically print.

Printer.Form and Printer.FormCount return information about the available paper sizes.


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