Interface IEventBasedModificationOptions
Interface IEventBasedModificationOptions
名称: Aspose.Page.XPS.Presentation 集合: Aspose.Page.dll (25.4.0)
在文档保存期间确定有关处理基于事件的变更的选项。
public interface IEventBasedModificationOptions
Properties
BeforePageSavingEventHandlers
收集事件处理器,在保存之前对 XPS 页面进行修改。
IList<beforepagesavingeventhandler> BeforePageSavingEventHandlers { get; }