PdfDocumentNamesEmbeddedFiles Property |
(Optional; PDF 1.4) name tree mapping name strings to file specifications for embedded file streams (see ).
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic PdfEmbeddedFileSpecificationTree EmbeddedFiles { get; }Public ReadOnly Property EmbeddedFiles As PdfEmbeddedFileSpecificationTree
Get
Property Value
PdfEmbeddedFileSpecificationTree
A name tree mapping name strings to file specifications for embedded file streams.
See Also