Aspose::Pdf::Facades::PdfExtractor::GetAttachNames method

PdfExtractor::GetAttachNames method

Returns list of attachments in PDF file. Note: ExtractAttachments must be called before using this method.

System::SharedPtr<System::Collections::Generic::IList<System::String>> Aspose::Pdf::Facades::PdfExtractor::GetAttachNames()

ReturnValue

List of attachments

See Also