Get the document collection associated files

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<PdfAttachment> AssociatedFiles { get; }
Public ReadOnly Property AssociatedFiles As List(Of PdfAttachment)
	Get
public:
property List<PdfAttachment^>^ AssociatedFiles {
	List<PdfAttachment^>^ get ();
}
member AssociatedFiles : List<PdfAttachment> with get

Property Value

List<(Of <(<'PdfAttachment>)>)>

See Also