Document.OpenAction
Document.OpenAction property
Gets or sets action performed at document opening.
public IAppointment OpenAction { get; set; }
Examples
Example demonstrates how to get CenterWindow flag:
Document document = new Document("sample.pdf");
IAppointment value = document.OpenAction;
See Also
- interface IAppointment
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF