The document object represents the complete PDF file.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class Document : Object
Visual Basic
<SerializableAttribute> _
Public Class Document _
	Inherits Object

Remarks

The document contains sections into which content flows. The document declares document-wide options like the subject, author and keywords as well as security settings (Professional edition only).

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..Document

See Also