PDFView4NET WinForms Edition


PageMode Property
Gets or sets the document's page mode specifying how the document should be displayed when opened.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property PageMode As PDFPageMode
'Usage
 
Dim instance As PDFDocument
Dim value As PDFPageMode
 
instance.PageMode = value
 
value = instance.PageMode
[Browsable(false)]
public PDFPageMode PageMode {get; set;}

Property Value

The document's page mode.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also