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 ファイルを書き込むストリームです。
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>PDF 形式でドキュメントを保存するためのオプションです。

参照

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)
パラメーター説明
outPdfFilePathSystem::String出力 PDF ファイルのパスです。
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>PDF 形式でドキュメントを保存するためのオプションです。

参照