Click or drag to resize

PdfPageAssociatedFiles Property

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

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 PdfPage.
See Also