ViewerPreferencesNonFullScreenPageMode Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the document’s page mode, specifying how to display the document on exiting full-screen mode.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public PageMode NonFullScreenPageMode { get; set; }

Property Value

Type: PageMode
true if [non full screen page mode]; otherwise, false.
Examples

C#
// this objects represents a PDF fixed document
FixedDocument document = new FixedDocument(inPdf);

// change viewer preferences
document.PageMode = PageMode.NonFullScreenPageMode;
See Also

Reference