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

PdfExtractor::GetAttachment(const System::String&) method

Sparar bilagan i en fil.

void Aspose::Pdf::Facades::PdfExtractor::GetAttachment(const System::String &outputPath)
ParameterTypBeskrivning
outputPathconst System::String&Katalogsökväg där bilagor kommer att lagras. Null eller tom sträng betyder att bilagor placeras i applikationskatalogen.

Se även