PageLayout Property (ViewerPreferences)
In This Topic
Gets or sets the page layout to be used when the document is opened.
Syntax
'Declaration
Public Property PageLayout As System.Nullable(Of PageLayout)
public System.Nullable<PageLayout> PageLayout {get; set;}
See Also