Overload List

NameDescription
Save(String)
Saves the document to the specified filename.
Save(Stream)
Saves the document to the specified stream.
(Overrides PdfDocumentBase.Save(Stream).)
Save(FileFormat)
Convert the document to streams with the file format.
Save(Stream, FileFormat)
Convert the document to an stream with the file format.
Save(Stream, HttpContext) Obsolete.
Saves the document into a HTTP response stream.
Save(String, FileFormat)
Save(Int32, Int32, FileFormat)
Convert the document to streams with the file format.
Save(String, HttpResponse, HttpReadType) Obsolete.
Saves the document into a HTTP response stream.

See Also