Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / PageLayout Property

In This Topic
    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