Aspose::Page::XPS::XpsDocument::SaveAsPdf method
XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Menyimpan dokumen dalam format PDF.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Stream untuk menulis file PDF output. |
| opsi | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opsi untuk menyimpan dokumen dalam format PDF. |
Lihat Juga
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::SaveAsPdf(System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Menyimpan dokumen dalam format PDF.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| outPdfFilePath | System::String | Path file PDF output. |
| opsi | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opsi untuk menyimpan dokumen dalam format PDF. |
Lihat Juga
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++