Document class objects to work with PDF document. Class provides methods to add pages, sign, linearize, protect document To create new empty document use PDFDocEngine.AddDocument To create Document object from existing PDF document use PDFDocEngine.AddDocument

Namespace: Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll)

Syntax

C#
public class Document
Visual Basic (Declaration)
Public Class Document
Visual C++
public ref class Document

Inheritance Hierarchy

System..::Object
  Bytescout.PDF..::Document

See Also

Document Members
Bytescout.PDF Namespace