Click or drag to resize

PdfAnnotationAssociatedFiles Property

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

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

Property Value

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