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)
ParameterTipeDeskripsi
streamSystem::SharedPtr<System::IO::Stream>Stream untuk menulis file PDF output.
opsiSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Opsi untuk menyimpan dokumen dalam format PDF.

Lihat Juga

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)
ParameterTipeDeskripsi
outPdfFilePathSystem::StringPath file PDF output.
opsiSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Opsi untuk menyimpan dokumen dalam format PDF.

Lihat Juga