[This is preliminary documentation and is subject to change.]
The PdfDocument type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| PdfDocument | Initializes a new instance of the PdfDocument class |
Methods
| Name | Description | |
|---|---|---|
| AddPage(PdfSize) |
Adds new page to document
| |
| AddPage(PdfUnit) |
Adds new page to document
| |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Save |
Save document to file
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Fonts |
Used fonts
| |
| Info |
Document info
| |
| Meta |
PDF document meta
| |
| Outlines |
Document outlines
| |
| Pages |
Document pages
| |
| PageSize |
Size for all pages created after it's setting
| |
| PageTree |
Document page tree
| |
| Root |
Document header
| |
| Trailer |
Document trailer
| |
| Unit |
User units for all pages created after it's setting
(the default user space unit is 1/72 inch)
|
See Also