Class BeforeSavingEventArgsT
Contents
[
Hide
]BeforeSavingEventArgs<T> class
Defines the base class for arguments of various before-saving events.
public class BeforeSavingEventArgs<T>
where T : IModificationAPI
Parameter | Description |
---|---|
T | The modification API type. |
Properties
Name | Description |
---|---|
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
- interface IModificationAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page