Classes

  ClassDescription
Public classDocument
The Document class is the top-level class in the TallComponents.PDF namespace. It represents an existing or new PDF document.
Public classDocumentInfo
Document Info for the document like Author, Title and Subject.
Public classEmbeddedFile
An embedded file (also know as attachment) object.
Public classEmbeddedFileCollection
An embedded file (also know as attachment) collection.
Public classLayer
This class represents a single layer item.
Public classLayerCollection
A collection of layer objects.
Public classPage
A page inside a document. You either create a new page or retrieve it from an existing document.
Public classPageCollection
Collection of pages inside a PDF document. Non-creatable. Obtained through the Pages property of Document.
Public classSpacing
Spacing is used to define Margin and Padding.

Structures

  StructureDescription
Public structureVersion
Tuple that denotes the PDF version: (major, minor); e.g., (1.4) denotes version 1.4.

Enumerations

  EnumerationDescription
Public enumerationHorizontalAlignment
Horizontal alignment of text lines.
Public enumerationOrientation
Orientations of various objects.
Public enumerationUnitType
Known units handled by the class.
Public enumerationVerticalAlignment
Vertical alignment of text lines.