DrawPageCount
Specifies the total number of pages in the document. Use this property with the OPENMode property set to 7
(drawing mode enabled). This property is read-only.
To make sure that the entire document is opened before the page count is retrieved, set the OPENWaitOnOpen property to TRUE
. If OPENWaitOnOpen
is not set to TRUE
, the returned page count might not be accurate.
Returns
Type | Description |
---|---|
Long | n – The number of pages. |