Classes used to build PDF documents
Classes
| Class | Description | |
|---|---|---|
| Area |
An area on a page containing paragraphs.
| |
| AreaCollection |
Collection of area objects.
| |
| Border |
Specifies the border for objects.
| |
| Column |
Column definition in which paragraphs are flowed.
| |
| ColumnCollection |
Contains the column definitions for the pages in the section.
| |
| ComposeEntryEventArgs |
Povides data for the ComposeEntry event of a CrossreferenceSection.
| |
| CrossreferenceSection |
A section that can generate a list of crossreferences.
| |
| Document |
The document object represents the complete PDF file.
| |
| DocumentInfo |
Document Info for the document like Author, Title and Subject.
| |
| DrawingSizeException |
The exception that is thrown when a drawing doesn't fit on a page.
| |
| EndPageEventArgs | ||
| Footer |
An area that is repeated at the bottom of pages in a Section.
| |
| GetWebCredentialsEventArgs |
Class containing data for the GetWebCredentials event.
| |
| Header |
An area that is repeated at the top of pages in a Section.
| |
| ImageSizeException |
The exception that is thrown when a image cannot be placed within the available space.
| |
| 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.
| |
| Object |
Base class of all objects that can be read from XML.
| |
| PageSize |
Encapsulates the width and height of a page and provides standard page sizes.
| |
| PdfException |
Base class for all exceptions thrown from TallComponents components.
| |
| QueryPageSettingsEventArgs |
Provides data for the QueryPageSettings event of a Section.
| |
| Rectangle |
A rectangle represents an area on the page.
| |
| Section | ||
| SectionCollection |
Collection of paragraph objects. It is obtained through the Sections property of Document.
| |
| Spacing |
Spacing is used to define Margin and Padding.
| |
| StartPageEventArgs | ||
| TextFlowException |
The exception that is thrown when a text flow constraint cannot be satisfied.
| |
| UnsupportedImageException |
The exception that is thrown when an unsupported or unrecognised image format is encountered.
| |
| WrongPasswordException |
The exception that is thrown when a wrong password is specified or no password is specified where it is required.
|
Structures
| Structure | Description | |
|---|---|---|
| Unit |
Unit is used to convert a wide variety of units to points, which is the
unit used in PDF.
|
Delegates
| Delegate | Description | |
|---|---|---|
| ComposeEntryEventHandler |
Represents the method that will handle the ComposeEntry event of a CrossreferenceSection.
| |
| ComposeSectionEventHandler | ||
| EndPageEventHandler | ||
| GetWebCredentialsEventHandler |
Represents the method that handles the GetWebCredentials event.
| |
| QueryPageSettingsEventHandler |
Represents the method that will handle the QueryPageSettings event of a Section.
| |
| StartPageEventHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
| Compression |
Compression types for Image and ImageShape.
| |
| HorizontalAlignment |
Horizontal alignment of text lines.
| |
| LastBehavior |
The LastBehavior is used to specify how the Last boolean should work.
| |
| PageBoundary |
The box which should be used as outline for the page.
| |
| PageOrientation |
Orientations used by the Section to rotate the page in the viewer.
| |
| ReadDirection |
Different read directions for text.
| |
| UnitType |
Known units handled by the Unit class.
| |
| VerticalAlignment |
Vertical alignment of text lines.
|