.NET Framework Class Library

PDFViewer Class

Top  Previous  Next

Represents the PDF viewer component.

Namespace: Gnostice.PDFOne.Windows.PDFViewer

Assembly:  Gnostice.PDFOne.Windows.PDFViewer (in Gnostice.PDFOne.Windows.PDFViewer.dll) Version: 23.1.26.1881 (23.1.26.1881)

Syntax

Visual Basic

<ToolboxBitmapAttribute(GetType(PDFViewer), "PDFViewer.bmp")> _
Public NotInheritable Class PDFViewer _
 Inherits UserControl

C#

[ToolboxBitmapAttribute(typeof(PDFViewer), "PDFViewer.bmp")]
public sealed class PDFViewer : UserControl

Visual C++

[ToolboxBitmapAttribute(typeof(PDFViewer), L"PDFViewer.bmp")]
public ref class PDFViewer sealed : public UserControl

JavaScript

Gnostice.PDFOne.Windows.PDFViewer.PDFViewer = function();
Type.createClass(
 'Gnostice.PDFOne.Windows.PDFViewer.PDFViewer',
 UserControl);

Inheritance Hierarchy

System.Object

System.MarshalByRefObject

  System.ComponentModel.Component

    System.Windows.Forms.Control

      System.Windows.Forms.ScrollableControl

        System.Windows.Forms.ContainerControl

          System.Windows.Forms.UserControl

            Gnostice.PDFOne.Windows.PDFViewer.PDFViewer

See Also

PDFViewer Members

Gnostice.PDFOne.Windows.PDFViewer Namespace