|
|
|
|
|
SftPrintPreviewPrinter.PPM Property |
Returns the print rate (in pages per minute).
Syntax
|
VB.NET |
Count = object.PPM As Integer |
||
|
VB |
Count = object.PPM As Integer |
||
|
C#.NET |
int Count = object.PPM; |
||
|
VC++ |
int Count = object->PPM;
|
||
|
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.