Interface IEventBasedModificationOptions

Interface IEventBasedModificationOptions

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

Define opciones relevantes para manejar modificaciones basadas en eventos durante el guardado de documentos.

public interface IEventBasedModificationOptions

Propiedades

BeforePageSavingEventHandlers

La colección de controladores de eventos que realizan modificaciones a una página XPS justo antes de que se guarde.

IList<beforepagesavingeventhandler> BeforePageSavingEventHandlers { get; }

Valor de la Propiedad

IList<BeforePageSavingEventHandler&gt;

 Español