OpenAction

Document.OpenAction property

Belge açılışında gerçekleştirilen eylemi alır veya ayarlar.

public IAppointment OpenAction { get; set; }

Örnekler

Örnek, CenterWindow bayrağının nasıl alınacağını gösterir:

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

Ayrıca bakınız