Aspose::Words::Layout::PageLayoutCallbackArgs class

PageLayoutCallbackArgs class

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

class PageLayoutCallbackArgs : public System::Object

Methods

MethodDescription
get_Document() constGets document.
get_Event() constGets event.
get_PageIndex()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.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also