SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.MediaReadyCount Property

Softel vdm, Inc.

Returns the number of paper forms that are currently available for use.

Syntax       

Get

VB.NET

Total = object.MediaReadyCount  As Integer

VB

Total = object.MediaReadyCount  As Integer

C#.NET

int Total = object.MediaReadyCount;

VC++

int Total = object->MediaReadyCount;
int Total = object->GetMediaReadyCount();

C

HRESULT object->get_MediaReadyCount(int* Total);

Delphi

Total := object.MediaReadyCount   : Integer;

object

A SftPrintPreviewPrinter object.

Total

Returns the number of paper forms that are currently available for use.

Comments

The MediaReadyCount property returns the number of paper forms that are currently available for use.

This method is only functional on Windows XP and better.


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