Classes
| Class | Description | |
|---|---|---|
| Document |
The Document class is the top-level class in the TallComponents.PDF namespace.
It represents an existing or new PDF document.
| |
| DocumentInfo |
Document Info for the document like Author, Title and Subject.
| |
| EmbeddedFile |
An embedded file (also know as attachment) object.
| |
| EmbeddedFileCollection |
An embedded file (also know as attachment) collection.
| |
| Layer |
This class represents a single layer item.
| |
| LayerCollection |
A collection of layer objects.
| |
| Page |
A page inside a document. You either create a new page or retrieve it from an existing document.
| |
| PageCollection |
Collection of pages inside a PDF document.
Non-creatable. Obtained through the Pages property of Document.
| |
| Spacing |
Spacing is used to define Margin and Padding.
|
Structures
| Structure | Description | |
|---|---|---|
| Version |
Tuple that denotes the PDF version: (major, minor); e.g., (1.4) denotes version 1.4.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| HorizontalAlignment |
Horizontal alignment of text lines.
| |
| Orientation |
Orientations of various objects.
| |
| UnitType |
Known units handled by the class.
| |
| VerticalAlignment |
Vertical alignment of text lines.
|