Interface IEventBasedModificationOptions

Interface IEventBasedModificationOptions

Namespace: Aspose.Page.XPS.Presentation
Assembly: Aspose.Page.dll (25.1.2)

定义与文档保存期间处理基于事件的修改相关的选项。

public interface IEventBasedModificationOptions

属性

BeforePageSavingEventHandlers

在XPS页面保存之前执行修改的事件处理程序集合。

IList<beforepagesavingeventhandler> BeforePageSavingEventHandlers { get; }

属性值

IList<BeforePageSavingEventHandler&gt;

 中文