Apitron.PDF.Controls for .NET
SystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsContainerControl
System.Windows.FormsUserControl
Apitron.PDF.ControlsPDFViewer
Assembly: Apitron.PDF.Controls (in Apitron.PDF.Controls.dll) Version: 1.0.154.0
Top
Top
Top
Top
Represents a PDF viewer control that can be used to show PDF documents.
Inheritance Hierarchy
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
The PDFViewer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PDFViewer |
Initializes a new instance of the PDFViewer class.
|
Properties
Name | Description | |
---|---|---|
![]() | BackColor |
Gets or sets the background color.
(Overrides ControlBackColor.) |
![]() | ContentPadding |
Gets or sets the content padding in pixels. Affects page view area.
|
![]() | Document |
Gets or sets the document to view.
|
![]() | EnableHotkeys |
Gets or sets a value indicating whether hotkeys handling should be enabled.
|
![]() | EnableSearch |
Gets or sets the controls search panel visibility state.
|
![]() | Focused |
Gets a value indicating whether the control has input focus.
(Overrides ControlFocused.) |
![]() | Hotkeys |
Gets the hotkeys set.
|
![]() | PageViewMode |
Gets or sets the current page view mode.
|
![]() | RenderingQuality |
Gets or sets the rendering quality.
|
![]() | ScrollViewer | |
![]() | SearchHighlightColor |
Gets or sets the highlight color for the search results.
|
![]() | SearchManager |
Gets the search manager.
|
![]() | ShowToolbar |
Gets or sets the controls toolbar visibility state.
|
![]() | Toolbar |
Gets the toolbar of the viewer.
|
![]() | Zoom |
Gets or sets the current zoom factor for the page view.
|
Methods
Name | Description | |
---|---|---|
![]() | NavigateToSearchResultItem |
Navigates to the search result item.
|
Events
Name | Description | |
---|---|---|
![]() | SearchCompleted |
Occurs when search action is completed.
|
![]() | SearchRequested |
Occurs when search activity is being requested.
The user should respond to this event and properly set the SearchIndex for the document loaded.
|
See Also