PDFKit.NET 2.0 Class Library (.NET 2.0)

TallComponents.PDF Namespace

Includes the core classes used by this component.

Namespace hierarchy

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.
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.
NoPagesException The exception that is thrown when a document without any page is written.
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.
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.
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.

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.