Aspose::Page::XPS::XpsDocument::SaveAsPdf methode
inhoud
[
verbergen
]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)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | De stream om het uitvoer‑PDF‑bestand naar te schrijven. |
| opties | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opties voor het opslaan van het document in PDF-formaat. |
Zie ook
- 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
Slaat het document op in PDF-formaat.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Type | Beschrijving |
|---|---|---|
| outPdfFilePath | System::String | Een uitvoer-PDF-bestandspad. |
| opties | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opties voor het opslaan van het document in PDF-formaat. |
Zie ook
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++