Skip to main content
A newer version of this page is available. .

DocumentFormattedEventArgs Class

Assigns an event handler to a client event that occurs when a document layout is formatted.

Declaration

export class DocumentFormattedEventArgs extends EventArgs

Remarks

Use the OnDocumentFormatted(String) property to assign a handler to the event.

Inheritance

EventArgs
DocumentFormattedEventArgs

Properties

pageCount Property

Gets the number of pages in the document.

Declaration

pageCount: number

Property Value

Type Description
number

The number of pages.