SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.Memory Property

Softel vdm, Inc.

Returns the printer memory (in KB).

Syntax       

Get

VB.NET

KB = object.Memory  As Integer

VB

KB = object.Memory  As Integer

C#.NET

int KB = object.Memory;

VC++

int KB = object->Memory;
int KB = object->GetMemory();

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.


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