PdfDocumentBase Save Method |
| Name | Description | |
|---|---|---|
|
|
Save(Stream) |
Saves the document to the specified stream.
|
|
|
Save(String) |
Saves the document to the specified filename.
|
|
|
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(String, FileFormat) |
Convert the document to a file with the file format.
|
|
|
Save(Int32, Int32, FileFormat) |
Convert the document to streams with the file format.
|