IFaxJob::get_PageCount method (faxcom.h)

The IFaxJob::get_PageCount property is a number that represents the total number of pages in a fax transmission. The IFaxJob::get_PageCount property applies only to outgoing fax transmissions.

This property is read-only.

Syntax

HRESULT get_PageCount(
  long *pVal
);

Parameters

pVal

Return value

None

Remarks

The total page count is only available for faxes where IFaxJob::get_Type returns JT_SEND. If the page count is not available, IFaxJob::get_PageCount returns zero.

The total page count is only available for faxes that have a IFaxJob::get_Type property equal to JT_SEND. If the page count is not available, the IFaxJob::get_PageCount property is zero.

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

Fax Service Client API for Windows 2000

IFaxJob

IFaxJob::get_Type

IFaxJobs