Click or drag to resize

PdfFileSpecificationRelatedFiles Property

(Optional; PDF 1.3) A related files array (see 7.11.4.2, "Related Files Arrays") identifying files that are related to the EmbeddedFile.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfCollection<KeyValuePair<PdfString, PdfEmbeddedFile>> RelatedFiles { get; }

Property Value

PdfCollectionKeyValuePairPdfString, PdfEmbeddedFile
A related files array identifying files that are related to the EmbeddedFile.
See Also