Back to Devexpress

DocumentFormattedEventArgs Class

aspnetcore-js-devexpress-dot-richedit-93cd1050.md

latest857 B
Original Source

DocumentFormattedEventArgs Class

Contains data for the DocumentFormatted event.

Declaration

ts
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

ts
pageCount: number

Property Value

TypeDescription
number

The number of pages.

|