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

In This Topic
    NonFullScreenPageMode Property
    In This Topic
    Specifies how to display the document on exiting full-screen mode. Ignored unless PageMode is PageMode.FullScreen.
    Syntax
    'Declaration
     
    Public Property NonFullScreenPageMode As NonFullScreenPageMode
    public NonFullScreenPageMode NonFullScreenPageMode {get; set;}
    See Also