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