Click or drag to resize

PdfDocumentEmbeddedFiles Property

(Optional; PDF 1.4) A name tree mapping name strings to file specifications for embedded file streams (see 7.11.4, "Embedded File Streams").

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfEmbeddedFileSpecificationTree EmbeddedFiles { get; }

Property Value

PdfEmbeddedFileSpecificationTree
A PdfEmbeddedFileSpecificationTree mapping PdfStrings to PdfFileSpecifications for PdfEmbeddedFiles.
See Also