[This is preliminary documentation and is subject to change.]
The PdfWriter type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | PdfWriter | Initializes a new instance of the PdfWriter class |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the PdfWriter |
![]() | ![]() | 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 ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | Write(ImageElement) |
Writes PDF image element into file stream
|
![]() | Write(PathElement) |
Writes PDF path into file stream
|
![]() | Write(PdfDocument) |
Writes PDF document into file stream
|
![]() | Write(PdfFont) |
Writes PDF font into file stream
|
![]() | Write(PdfInfo) |
Writes PDF info into file stream
|
![]() | Write(PdfMeta) | |
![]() | Write(PdfOutlines) |
Writes PDF document outlines into file stream
|
![]() | Write(PdfPage) |
Writes PDF page into file stream
|
![]() | Write(PdfPageTree) |
Writes PDF document page tree into file stream
|
![]() | Write(PdfRoot) |
Writes PDF header into file stream
|
![]() | Write(PdfTrailer) |
Writes PDF document trailer into file stream
|
![]() | Write(RectangleElement) |
Writes PDF rectangle element into file stream
|
![]() | Write(TextElement) |
Writes PDF text element into file stream
|
![]() | WriteXObject |
Writes PDF image xObject element into file stream
|
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | PrettyFormatting |
Insert nonnecessary tabs and returns for a pretty output look file
|
See Also