Click or drag to resize

PdfGeneratedDocument Methods

The PdfGeneratedDocument type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddPage
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.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleImportPages
Imports pages and associated resources from PDF stream.
Public methodStatic memberMakeValidationSeverityChooser
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave(Stream)
Saves the document to the specified outStream.
Public methodSave(String)
Saves the document to the specified output file.
Public methodSave(Stream, EventHandlerRenderProgressEventArgs)
Saves the document to the specified outStream.
Public methodSave(String, EventHandlerRenderProgressEventArgs)
Saves the document to the specified output file.
Public methodSave(Stream, PdfSaveOptions, EventHandlerRenderProgressEventArgs)
Saves the Pdf document to the output stream using the provided options.
Public methodSave(String, PdfSaveOptions, EventHandlerRenderProgressEventArgs)
Saves the document to the specified output file.
Public methodSave(String, String, Stream, EventHandlerRenderProgressEventArgs) Obsolete.
Saves the Pdf document to the output stream using the provided passwords.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the document and returns a set of possible problems.
Top
See Also