Set PDF document page display mode

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This method may be removed in the future,please use the property of PdfDocumentViewer.PageLayoutMode.")]
public void SetPageLayoutMode(
	PageLayoutMode pageMode
)
<ObsoleteAttribute("This method may be removed in the future,please use the property of PdfDocumentViewer.PageLayoutMode.")> 
Public Sub SetPageLayoutMode ( 
	pageMode As PageLayoutMode
)
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the property of PdfDocumentViewer.PageLayoutMode.")]
void SetPageLayoutMode(
	PageLayoutMode pageMode
)
[<ObsoleteAttribute("This method may be removed in the future,please use the property of PdfDocumentViewer.PageLayoutMode.")>]
member SetPageLayoutMode : 
        pageMode : PageLayoutMode -> unit 

Parameters

pageMode
PageLayoutMode
Page display mode

See Also