SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.MinPaperWidth Property

Softel vdm, Inc.

Returns the minimum paper width.

Syntax       

Get

VB.NET

width = object.MinPaperWidth  As Integer

VB

width = object.MinPaperWidth  As Integer

C#.NET

short width = object.MinPaperWidth;

VC++

short width = object->MinPaperWidth;
short width = object->GetMinPaperWidth();

C

HRESULT object->get_MinPaperWidth(short* width);

Delphi

width := object.MinPaperWidth   : Smallint;

object

A SftPrintPreviewPrinter object.

width

Returns the minimum paper width.

Comments

The MinPaperWidth property returns the minimum paper width.

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