| PdfMergeClientsetViewerPageLayout Method  | 
 
            Set the page layout to be used when the document is opened in a PDF viewer. The default value is PageLayout.OneColumn.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic PdfMergeClient setViewerPageLayout(
	PageLayout pageLayout
)
Public Function setViewerPageLayout ( 
	pageLayout As PageLayout
) As PdfMergeClient
Parameters
- pageLayout
- Type: SelectPdf.ApiPageLayout
 Page layout.
Return Value
Type: 
PdfMergeClientReference to the current object.
 See Also
See Also