FaxStatus.DocumentSize property
Retrieves the DocumentSize property for the FaxStatus object of a parent FaxPort object. The DocumentSize property is the size of the fax document associated with the active outbound job on a specific port.
This property is read-only.
Syntax
Property DocumentSize As Long
Property value
A Long that receives the size, in bytes, of an active outbound fax document.
Remarks
You can use the DocumentSize property of a FaxStatus object in conjunction with the DocumentName property of the object to inform users about the size of outbound jobs.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also