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.
| |
| GetWebCredentialsEventArgs |
Class containing data for the GetWebCredentials event.
| |
| InvalidImageException |
The exception that is thrown when an invalid or corrupt image is encountered.
| |
| InvalidPdfException |
The exception that is thrown when the PDF document is invalid.
| |
| Layer |
This class represents a single layer item.
| |
| LayerCollection |
A collection of layer objects.
| |
| NoPagesException |
The exception that is thrown when a document without any page is written.
| |
| Object |
Base class of all objects, no public functionality is provided.
| |
| 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.
| |
| PageSize |
Encapsulates the width and height of a page and provides standard page sizes.
| |
| PdfException |
Base class for all exceptions thrown from TallComponents components.
| |
| PropertyChangedEventArgs |
Class containing data for PropertyChanged events.
| |
| Rectangle |
A rectangle represents an area on the page.
| |
| Spacing |
Spacing is used to define Margin and Padding.
| |
| UnsupportedImageException |
The exception that is thrown when an unsupported or unrecognised image format is encountered.
| |
| UnsupportedPdfException |
The exception that is thrown when the PDF document is not supported.
| |
| Update |
An update object.
| |
| UpdateCollection |
An update collection.
| |
| UsageRights |
The Usage Rights for this document.
| |
| VerifyIdentityEventArgs |
An instance of this class is passed with the VerifyIdentity event of the Document class.
| |
| WrongPasswordException |
The exception that is thrown when a wrong password is specified or no password is specified where it is required.
| |
| XfaInfo |
This class contains additional XFA specific information for this document.
|
Structures
| Structure | Description | |
|---|---|---|
| Unit |
Unit is used to convert a wide variety of units to points, which is the
unit used in PDF.
| |
| Version |
Tuple that denotes the PDF version: (major, minor); e.g., (1.4) denotes version 1.4.
|
Delegates
| Delegate | Description | |
|---|---|---|
| GetWebCredentialsEventHandler |
Represents the method that handles the GetWebCredentials event.
| |
| PropertyChangedEventHandler |
Represents the method that handles PropertyChanged events.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| AnnotationsUsageRights |
Annotation-related usage rights.
| |
| DocumentType |
Different document types.
| |
| DocumentUsageRights |
Document level usage rights.
| |
| DocumentWriteMode |
Different document write modes.
| |
| FormFieldsUsageRights |
Form-fields-related usage rights.
| |
| HorizontalAlignment |
Horizontal alignment of text lines.
| |
| Orientation |
Orientations of various objects.
| |
| PageCloneSettings |
PageCloneSettings specifies what and how to clone a page.
| |
| ReadDirection |
Different read directions for text.
| |
| UnitType |
Known units handled by the Unit class.
| |
| VerticalAlignment |
Vertical alignment of text lines.
|