SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.MinPaperLength Property

Softel vdm, Inc.

Returns the minimum paper length.

Syntax       

Get

VB.NET

Length = object.MinPaperLength  As Integer

VB

Length = object.MinPaperLength  As Integer

C#.NET

short Length = object.MinPaperLength;

VC++

short Length = object->MinPaperLength;
short Length = object->GetMinPaperLength();

C

HRESULT object->get_MinPaperLength(short* Length);

Delphi

Length := object.MinPaperLength   : Smallint;

object

A SftPrintPreviewPrinter object.

Length

Returns the minimum paper length.

Comments

The MinPaperLength property returns the minimum paper length.

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


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