Name
doc:GetPageLayout -- get current page layout setting
Synopsis
layout = doc:GetPageLayout()
Function
doc:GetPageLayout() returns the current setting for page layout.

When doc:GetPageLayout() succeeds, it returns the current setting for page layout. If page layout is not set, it returns #HPDF_PAGE_LAYOUT_EOF.

See doc:SetPageLayout for possible page layouts.

Inputs
none

Results
layout
page layout constant

Show TOC