Click or drag to resize
Pdftools logo

DocumentPlainEmbeddedFiles Property

Plain embedded files

This list contains plain embedded files, i.e., files that are embedded in this document without having a specific association (AssociatedFiles), and without being contained in any FileAttachment.

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.

For PDF/A-3 documents, appending to this list results in a Conformance error.


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntax
C#
public FileReferenceList PlainEmbeddedFiles { get; }

Property Value

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