FaxJob.PageCount property
The PageCount property is a number that represents the total number of pages in a fax transmission. The PageCount property applies only to outgoing fax transmissions.
This property is read-only.
Syntax
Property PageCount As Long
Property value
A Long that receives the total page count for the specified outbound fax job.
Remarks
The total page count is only available for faxes where Type returns JT_SEND. If the page count is not available, PageCount returns zero.
The total page count is only available for faxes that have a Type property equal to JT_SEND. If the page count is not available, the PageCount property is zero.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also