SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.MaxPaperLength Property

Softel vdm, Inc.

Returns the maximum paper length.

Syntax       

Get

VB.NET

Length = object.MaxPaperLength  As Integer

VB

Length = object.MaxPaperLength  As Integer

C#.NET

short Length = object.MaxPaperLength;

VC++

short Length = object->MaxPaperLength;
short Length = object->GetMaxPaperLength();

C

HRESULT object->get_MaxPaperLength(short* Length);

Delphi

Length := object.MaxPaperLength   : Smallint;

object

A SftPrintPreviewPrinter object.

Length

Returns the maximum paper length.

Comments

The MaxPaperLength property returns the maximum paper length.

The Printer.MinPaperLength, Printer.MinPaperWidth, MaxPaperLength and Printer.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