PDFDocViewPrefsGetLayoutMode Method |
Gets the layout mode.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFDocViewPrefsPageLayout GetLayoutMode()
Public Function GetLayoutMode As PDFDocViewPrefsPageLayout
public:
virtual PDFDocViewPrefsPageLayout GetLayoutMode() sealed
function GetLayoutMode();
Return Value
Type:
PDFDocViewPrefsPageLayout The value of currently selected PageLayout property.
See Also