O2S.Components.PDF4NET.View.Win Documentation
PDFDocumentView Class
Members 



O2S.Components.PDF4NET.View Namespace : PDFDocumentView Class
Defines a viewer control for PDF files.
Object Model
PDFDocumentView ClassPDFVisualDocument ClassPDFVisualFormDesigner ClassPDFPageDisplayLayout Class
Syntax
'Declaration
 
<ToolboxBitmapAttribute(O2S.Components.PDF4NET.View.PDFDocumentView, "Icons.PDFDocumentView.bmp")>
<DescriptionAttribute("PDF4NET Document Viewer for Windows Forms applications.")>
<ToolboxItemAttribute(True)>
<DefaultPropertyAttribute("Text")>
<DefaultEventAttribute("Click")>
<DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerCategoryAttribute("Component")>
Public Class PDFDocumentView 
   Inherits System.Windows.Forms.Control
'Usage
 
Dim instance As PDFDocumentView
[ToolboxBitmap(O2S.Components.PDF4NET.View.PDFDocumentView, "Icons.PDFDocumentView.bmp")]
[Description("PDF4NET Document Viewer for Windows Forms applications.")]
[ToolboxItem(true)]
[DefaultProperty("Text")]
[DefaultEvent("Click")]
[Designer("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public class PDFDocumentView : System.Windows.Forms.Control 
[ToolboxBitmap(O2S.Components.PDF4NET.View.PDFDocumentView, "Icons.PDFDocumentView.bmp")]
[Description("PDF4NET Document Viewer for Windows Forms applications.")]
[ToolboxItem(true)]
[DefaultProperty("Text")]
[DefaultEvent("Click")]
[Designer("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public ref class PDFDocumentView : public System.Windows.Forms.Control 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            O2S.Components.PDF4NET.View.PDFDocumentView

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also