PageLayoutCallbackArgs

PageLayoutCallbackArgs class

An argument passed into Notify

To learn more, visit the Converting to Fixed-page Format documentation article.

public class PageLayoutCallbackArgs

Properties

NameDescription
Document { get; }Gets document.
Event { get; }Gets event.
PageIndex { get; }Gets 0-based index of the page in the document this event relates to. Returns negative value if there is no associated page, or if page was removed during reflow.

See Also