Click or drag to resize

PdfDocumentAssociatedFiles Property

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

For unencrypted wrapper documents for an encrypted payload document the AssociatedFiles property is required and shall include a reference to the PdfFileSpecification for the encrypted payload document.


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

Property Value

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