Aspose::Pdf::Facades::PdfExtractor::GetAttachment‑metod
PdfExtractor::GetAttachment() method
Sparar alla bilagor till strömmar.
System::ArrayPtr<System::SharedPtr<System::IO::MemoryStream>> Aspose::Pdf::Facades::PdfExtractor::GetAttachment()
ReturnValue
Strömarrayen för bilagefilen i pdf-dokumentet.
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class MemoryStream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetAttachment(const System::String&) method
Sparar bilagan i en fil.
void Aspose::Pdf::Facades::PdfExtractor::GetAttachment(const System::String &outputPath)
| Parameter | Typ | Beskrivning |
|---|---|---|
| outputPath | const System::String& | Katalogsökväg där bilagor kommer att lagras. Null eller tom sträng betyder att bilagor placeras i applikationskatalogen. |
Se även
- Class String
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++