Click or drag to resize

PdfExternalObjectAssociatedFiles Property

(Optional; PDF 2.0) An array of one or more PdfFileSpecifications which denote the associated files for this PdfImage or PdfForm.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfAssociatedFileCollection AssociatedFiles { get; }

Property Value

PdfAssociatedFileCollection
An array of one or more PdfFileSpecifications which denote the associated files for this PdfImage or PdfForm.
See Also