Click or drag to resize

PdfDocumentSave Method

Saves a PdfDocument to a new stream or file.
Saves a PdfDocument to a new stream or file.
Saves a PdfDocument to a new stream or file.
Saves a PdfDocument to a new stream or file.
Saves a PdfDocument to a new stream or file.
Saves a PdfDocument to a new stream or file.
Saves a PdfDocument into a new stream or file
Overload List
  NameDescription
Public methodSave(Stream)
Saves a PdfDocument into the supplied stream.
Public methodSave(String)
Saves a PdfDocument to a new file.
Public methodSave(Stream, PdfSaveOptions)
Saves a PdfDocument into the supplied stream.
Public methodSave(String, PdfSaveOptions)
Saves a PdfDocument to a new file.
Public methodSave(String, Stream) Obsolete.
Saves a PdfDocument into the supplied stream, encrypting with the supplied password.
Public methodSave(String, String) Obsolete.
Saves a PdfDocument into a new file encrypting with the supplied password.
Public methodSave(String, String, Stream) Obsolete.
Saves a PdfDocument into a stream encrypting with the supplied passwords.
Public methodSave(String, String, String) Obsolete.
Saves a PdfDocument into a new file encrypting with the supplied passwords.
Top
See Also