PDFDocViewPrefsSetLayoutMode Method |
Sets PageLayout property and change the value of the
PageLayout key in the Catalog dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetLayoutMode(
PDFDocViewPrefsPageLayout layout
)
Public Sub SetLayoutMode (
layout As PDFDocViewPrefsPageLayout
)
public:
virtual void SetLayoutMode(
[InAttribute] PDFDocViewPrefsPageLayout layout
) sealed
function SetLayoutMode(layout);
Parameters
- layout
- Type: pdftron.PDFPDFDocViewPrefsPageLayout
the new layout mode
See Also