HiQPdf Documentation

PdfViewer Class

Quickly Create High Quality PDFs
The PDF viewer preferences class controls the way the PDF document created by the HTML to PDF converter is displayed in a PDF viewer
Inheritance Hierarchy

SystemObject
  HiQPdfPdfViewer

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfViewer

The PdfViewer type exposes the following members.

Constructors

  NameDescription
Public methodPdfViewer
Initializes a new instance of the PdfViewer class
Top
Properties

  NameDescription
Public propertyCenterWindow
Controls is the document window is positioned in the center of the screen when the PDF document is displayed. This property is false by default
Public propertyDirection
Controls the reading order for text. This property is LeftToRight by default
Public propertyDisplayDocTitle
Controls if the window title bar should display the document title. This property is false by default
Public propertyExitFullScreenPageMode
Controls how to display the document on exiting full screen mode. This property is None by default
Public propertyFitWindow
Controls if the document window is resized to fit the size of the first displayed page. This property is false by default
Public propertyHideMenuBar
Controls if the menu bar is hidden when the PDF document is displayed. This property is false by default
Public propertyHideToolbar
Controls if the viewer toolbars are hidden when the PDF document is displayed. This property is false by default
Public propertyHideWindowUI
Controls if the viewer navigation controls are hidden when the PDF document is displayed. This property is false by default
Public propertyPageLayout
Controls the page layout to be used when the document is opened. This property is OneColumn by default
Public propertyPageMode
Controls how the document will be displayed when opened. This property is None by default
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference