OpenAction

Document.OpenAction property

Ottiene o imposta l’azione eseguita all’apertura del documento.

public IAppointment OpenAction { get; set; }

Esempi

Esempio mostra come ottenere il flag CenterWindow:

Document document = new Document("sample.pdf");
IAppointment value = document.OpenAction;

Guarda anche