Class BeforeSavingEventArgsT

BeforeSavingEventArgs<T> class

Defines the base class for arguments of various before-saving events.

public class BeforeSavingEventArgs<T>
    where T : IModificationAPI
ParameterDescription
TThe modification API type.

Properties

NameDescription
AbsolutePageNumber { get; }The current absolute page number across all documents within the XPS package.
DocumentNumber { get; }The current document number within the XPS package.
ElementAPI { get; }Gets the modification API of the element that is about to be saved.
OutputPageNumber { get; }The current output number. It differs from AbsolutePageNumber if the PageNumbers save option is specified.
RelativePageNumber { get; }The current page number relative to the current document within the XPS package.

See Also