Click or drag to resize
Pdftools logo

DocumentAssociatedFiles Property

Document-associated files

This list contains associated files, whose associated object is the document.

If the document is writable, then it is possible to append new file references to the list. Every file reference object can occur at most once in this list.

Appending to this list results in a Conformance error if the document's conformance is neither PDF/A-3 nor can be upgraded to PDF 2.0.


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public FileReferenceList AssociatedFiles { get; }

Property Value

FileReferenceList
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document has already been closed
See Also