Click or drag to resize

PdfNewDocument Save Method

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