SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.PPM Property

Softel vdm, Inc.

Returns the print rate (in pages per minute).

Syntax       

Get

VB.NET

Count = object.PPM  As Integer

VB

Count = object.PPM  As Integer

C#.NET

int Count = object.PPM;

VC++

int Count = object->PPM;
int Count = object->GetPPM();

C

HRESULT object->get_PPM(int* Count);

Delphi

Count := object.PPM   : Integer;

object

A SftPrintPreviewPrinter object.

Count

Returns the print rate (in pages per minute).

Comments

The PPM property returns the print rate (in pages per minute).

This method is only functional on Windows 2000 and better.


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