Aspose::Page::XPS::XpsDocument::SaveAsPdf methode

XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

Slaat het document op in PDF-formaat.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypeBeschrijving
streamSystem::SharedPtr<System::IO::Stream>De stream om het uitvoer‑PDF‑bestand naar te schrijven.
optiesSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Opties voor het opslaan van het document in PDF-formaat.

Zie ook

XpsDocument::SaveAsPdf(System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

Slaat het document op in PDF-formaat.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypeBeschrijving
outPdfFilePathSystem::StringEen uitvoer-PDF-bestandspad.
optiesSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Opties voor het opslaan van het document in PDF-formaat.

Zie ook