IFaxStatus::get_DocumentSize method (faxcom.h)
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
HRESULT get_DocumentSize(
long *pVal
);
Parameters
pVal
Return value
None
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | faxcom.h |
DLL | Faxcom.dll |
See also
Fax Service Client API Interfaces