The Document class is the top-level class in the TallComponents.PDF namespace. It represents an existing or new PDF document.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0

Syntax

C#
public class Document : Component
Visual Basic
Public Class Document _
	Inherits Component

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      TallComponents.PDF..::..Document

See Also