Interface IEventBasedModificationOptions
Interface IEventBasedModificationOptions
Namespace: Aspose.Page.XPS.Presentation
Assembly: Aspose.Page.dll (25.1.2)
Defines options relevant to handling event-based modifications during document saving.
public interface IEventBasedModificationOptions
Properties
BeforePageSavingEventHandlers
The collection of event handlers that performs modifications to an XPS page just before it is saved.
IList<beforepagesavingeventhandler> BeforePageSavingEventHandlers { get; }