PdfFileSpecificationRelatedFiles Property |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public PdfCollection<KeyValuePair<PdfString, PdfEmbeddedFile>> RelatedFiles { get; }
Public ReadOnly Property RelatedFiles As PdfCollection(Of KeyValuePair(Of PdfString, PdfEmbeddedFile))
Get
Property Value
PdfCollectionKeyValuePairPdfString,
PdfEmbeddedFile
A related files array identifying files that are related to the
EmbeddedFile.
See Also