|
|
|
|
|
SftPrintPreviewPrinter.Memory Property |
Returns the printer memory (in KB).
Syntax
|
VB.NET |
KB = object.Memory As Integer |
||
|
VB |
KB = object.Memory As Integer |
||
|
C#.NET |
int KB = object.Memory; |
||
|
VC++ |
int KB = object->Memory;
|
||
|
C |
HRESULT object->get_Memory(int* KB); |
||
|
Delphi |
KB := object.Memory : Integer; |
||
object
A SftPrintPreviewPrinter object.
KB
Returns the printer memory (in KB).
Comments
The Memory property returns the printer memory (in KB).
This method is only functional on Windows 2000 and better.
Some printers do not provide this information.