Aspose::Page::XPS::XpsDocument::SaveAsPdf method
XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
ドキュメントを PDF 形式で保存します。
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| パラメーター | 型 | 説明 |
|---|---|---|
| ストリーム | System::SharedPtr<System::IO::Stream> | 出力 PDF ファイルを書き込むストリームです。 |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | PDF 形式でドキュメントを保存するためのオプションです。 |
参照
- 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
ドキュメントを PDF 形式で保存します。
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| パラメーター | 型 | 説明 |
|---|---|---|
| outPdfFilePath | System::String | 出力 PDF ファイルのパスです。 |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | PDF 形式でドキュメントを保存するためのオプションです。 |
参照
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++