DocumentPageLayout Property |
Gets or sets page layout which shall be used when the document is opened.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic PageLayout PageLayout { get; set; }
Public Property PageLayout As PageLayout
Get
Set
public:
property PageLayout PageLayout {
PageLayout get ();
void set (PageLayout value);
}
member PageLayout : PageLayout with get, set
Property Value
Type:
PageLayout
See Also