PDFViewer Class

Apitron PDF Controls help
Apitron.PDF.Controls for .NET
Represents a PDF viewer control that can be used to show PDF documents.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Apitron.PDF.ControlsPDFViewer

Namespace:  Apitron.PDF.Controls
Assembly:  Apitron.PDF.Controls (in Apitron.PDF.Controls.dll) Version: 1.0.154.0
Syntax

public sealed class PDFViewer : UserControl

The PDFViewer type exposes the following members.

Constructors

  NameDescription
Public methodPDFViewer
Initializes a new instance of the PDFViewer class.
Top
Properties

  NameDescription
Public propertyBackColor
Gets or sets the background color.
(Overrides ControlBackColor.)
Public propertyContentPadding
Gets or sets the content padding in pixels. Affects page view area.
Public propertyDocument
Gets or sets the document to view.
Public propertyEnableHotkeys
Gets or sets a value indicating whether hotkeys handling should be enabled.
Public propertyEnableSearch
Gets or sets the controls search panel visibility state.
Public propertyFocused
Gets a value indicating whether the control has input focus.
(Overrides ControlFocused.)
Public propertyHotkeys
Gets the hotkeys set.
Public propertyPageViewMode
Gets or sets the current page view mode.
Public propertyRenderingQuality
Gets or sets the rendering quality.
Public propertyScrollViewer
Public propertySearchHighlightColor
Gets or sets the highlight color for the search results.
Public propertySearchManager
Gets the search manager.
Public propertyShowToolbar
Gets or sets the controls toolbar visibility state.
Public propertyToolbar
Gets the toolbar of the viewer.
Public propertyZoom
Gets or sets the current zoom factor for the page view.
Top
Methods

  NameDescription
Public methodNavigateToSearchResultItem
Navigates to the search result item.
Top
Events

  NameDescription
Public eventSearchCompleted
Occurs when search action is completed.
Public eventSearchRequested
Occurs when search activity is being requested. The user should respond to this event and properly set the SearchIndex for the document loaded.
Top
See Also

Reference