Click or drag to resize

PdfCollection AssociatedFiles Property

Get the document collection associated files

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<PdfAttachment> AssociatedFiles { get; }

Property Value

Type: List PdfAttachment
See Also