IEaxAfterPrintEventArgs.PageCount

Fore Syntax

PageCount: Integer;

Fore.NET Syntax

PageCount: integer;

Description

The PageCount property returns the number of printed pages.

Comments

To determine the number of exported pages, use IEaxAfterExportEventArgs.PageCount.

Fore Example

The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

Fore.NET Example

Fore.NET objects must not be used as an event handler.

See also:

IEaxAfterPrintEventArgs