PageLayoutCallbackArgs class

PageLayoutCallbackArgs class

An argument passed into IPageLayoutCallback.notify() To learn more, visit the Converting to Fixed-page Format documentation article.

Properties

NameDescription
documentGets document.
eventGets event.
page_indexGets 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