Interface IEventBasedModificationOptions

IEventBasedModificationOptions interface

Defines options relevant to handling event-based modifications during document saving.

public interface IEventBasedModificationOptions

Properties

NameDescription
BeforePageSavingEventHandlers { get; }The collection of event handlers that performs modifications to an XPS page just before it is saved.

See Also