|
|
|
|
|
SftPrintPreviewPrinter.MediaReadyCount Property |
Returns the number of paper forms that are currently available for use.
Syntax
|
VB.NET |
Total = object.MediaReadyCount As Integer |
||
|
VB |
Total = object.MediaReadyCount As Integer |
||
|
C#.NET |
int Total = object.MediaReadyCount; |
||
|
VC++ |
int Total = object->MediaReadyCount;
|
||
|
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.