Indicates whether this PDF document has any embedded files (attachments).
public bool HasEmbeddedFiles {get;}
public boolean hasEmbeddedFiles();
true if the PDF document has embedded files; otherwise, false.
IsPortfolio and HasEmbeddedFiles are automatically populated by the PDFDocument constructor.
If the value of HasEmbeddedFiles is true, then this PDF file has one or more embedded files (attachments). The properties of these files can be obtained using ParseDocumentStructure with PDFParseDocumentStructureOptions.EmbeddedFiles. When this method returns the values of EmbeddedFiles and EmbeddedFilesSchemas will be populated.
For an example, refer to EmbeddedFiles.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document