PdfGeneratedDocument Methods |
The PdfGeneratedDocument type exposes the following members.
Name | Description | |
---|---|---|
AddPage |
Adds the page to the document, returning the added page. This is a convenience method to streamline the process
of adding pages to a document.
| |
Dispose | ||
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImportPages |
Imports pages and associated resources from PDF stream.
| |
MakeValidationSeverityChooser |
This is a convenience factory that will return a new delegate that will repair all problems that are
as severe or less severity than the specified maximum.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save(Stream) |
Saves the document to the specified outStream.
| |
Save(String) |
Saves the document to the specified output file.
| |
Save(Stream, EventHandlerRenderProgressEventArgs) |
Saves the document to the specified outStream.
| |
Save(String, EventHandlerRenderProgressEventArgs) |
Saves the document to the specified output file.
| |
Save(Stream, PdfSaveOptions, EventHandlerRenderProgressEventArgs) |
Saves the Pdf document to the output stream using the provided options.
| |
Save(String, PdfSaveOptions, EventHandlerRenderProgressEventArgs) |
Saves the document to the specified output file.
| |
Save(String, String, Stream, EventHandlerRenderProgressEventArgs) | Obsolete.
Saves the Pdf document to the output stream using the provided passwords.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the document and returns a set of possible problems.
|