Interface IEventBasedModificationOptions

Interface IEventBasedModificationOptions

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

Define opções relevantes para lidar com modificações baseadas em eventos durante a salvaguarda de documentos.

public interface IEventBasedModificationOptions

Propriedades

BeforePageSavingEventHandlers

A coleção de manipuladores de eventos que realiza modificações em uma página XPS logo antes de ser salva.

IList<beforepagesavingeventhandler> BeforePageSavingEventHandlers { get; }

Valor da Propriedade

IList<BeforePageSavingEventHandler&gt;

 Português