Click or drag to resize
Pdftools logo

ViewerSettings Class

Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.NavigationViewerSettings

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public class ViewerSettings : NativeObject

The ViewerSettings type exposes the following members.

Properties
 NameDescription
Public propertyActivePane The initially visible side pane when opening the document in a viewer. If then the viewer acts according to it's default behavior.
Public propertyDisplayDocumentTitle If then opening the document will instruct the viewer to display the document's title from the metadata instead of it's file name.
Public propertyFullScreen If then opening the document will make the viewer try to enter full screen mode.
Public propertyHideMenubar If then opening the document will instruct the viewer to hide it's menu bar.
Public propertyHideToolbar If then opening the document will instruct the viewer to hide it's toolbar.
Public propertyPageDisplay The positional arrangment for displaying pages when opening the document in a viewer. If then the viewer acts according to it's default behavior.
Top
Methods
 NameDescription
Public methodStatic memberCopy

Copy viewer settings

The newly created viewer settings are associated with the target document, but not yet used as the document's viewer settings.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also