PageLayout Property
PageLayout
Gets or sets the page layout to be used when the document is opened.
Declaration
[Obsolete("Use GcPdfDocument.PageLayout instead")]
public PageLayout? PageLayout { get; set; }
<Obsolete("Use GcPdfDocument.PageLayout instead")>
Public Property PageLayout As PageLayout?