DocumentFormattedEventArgs Class
Contains data for the DocumentFormatted event.
Declaration
export class DocumentFormattedEventArgs extends EventArgs
Remarks
The DocumentFormatted event occurs when a document layout is formatted. The event handler receives an argument of the DocumentFormattedEventArgs type. The argument’s properties provide information specific to this 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. |