IsSinglePageDocument

Determines whether the current object is a document with only 1 page attached.

Syntax

bool IsSinglePageDocument ()

Parameters

None.

Returns

False if not called on a document object or if the document does not contain exactly one page. True if the document contains one page.

Level

Document level.

Details

This action is used to determine if the current object is a document with only 1 page attached.
Example
IsSinglePageDocument()
PopulateZNField()