PdfNewDocument Save Method |
Name | Description | |
---|---|---|
![]() |
Save(String) |
Saves the document to the specified filename.
(Inherited from
PdfDocumentBase
.)
|
![]() |
Save(Stream) |
Saves the document to the specified stream.
(Overrides
PdfDocumentBase
Save(Stream)
.)
|
![]() |
Save(FileFormat) |
Convert the document to streams with the file format.
(Inherited from
PdfDocumentBase
.)
|
![]() |
Save(Stream, FileFormat) |
Convert the document to an stream with the file format.
(Inherited from
PdfDocumentBase
.)
|
![]() |
Save(String, FileFormat) |
Convert the document to a file with the file format.
(Inherited from
PdfDocumentBase
.)
|
![]() |
Save(Int32, Int32, FileFormat) |
Convert the document to streams with the file format.
(Inherited from
PdfDocumentBase
.)
|