SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.FormCount Property

Softel vdm, Inc.

Returns the number of supported paper sizes.

Syntax       

Get

VB.NET

Total = object.FormCount  As Integer

VB

Total = object.FormCount  As Integer

C#.NET

int Total = object.FormCount;

VC++

int Total = object->FormCount;
int Total = object->GetFormCount();

C

HRESULT object->get_FormCount(int* Total);

Delphi

Total := object.FormCount   : Integer;

object

A SftPrintPreviewPrinter object.

Total

Returns the number of supported paper sizes.

Comments

The FormCount property returns the number of supported paper sizes.


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