Click or drag to resize

PdfDocumentBase Save Method

Overload List
Name Description
Public method Save(Stream)
Saves the document to the specified stream.
Public method Save(String)
Saves the document to the specified filename.
Public method Save(FileFormat)
Convert the document to streams with the file format.
Public method Save(Stream, FileFormat)
Convert the document to an stream with the file format.
Public method Save(String, FileFormat)
Convert the document to a file with the file format.
Public method Save(Int32, Int32, FileFormat)
Convert the document to streams with the file format.
Top
See Also