SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.BinCount Property

Softel vdm, Inc.

Returns the number of available bins.

Syntax       

Get

VB.NET

Total = object.BinCount  As Integer

VB

Total = object.BinCount  As Integer

C#.NET

int Total = object.BinCount;

VC++

int Total = object->BinCount;
int Total = object->GetBinCount();

C

HRESULT object->get_BinCount(int* Total);

Delphi

Total := object.BinCount   : Integer;

object

A SftPrintPreviewPrinter object.

Total

Returns the number of available bins.

Comments

The BinCount property returns the number of available bins.


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