Click or drag to resize

PdfFileAttachmentAnnotationFile Property

(Required) The file associated with this annotation.

If this property returns , then use the FilePath property because the associated file is specified as a file specification string.


Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public PdfFileSpecification File { get; }

Property Value

PdfFileSpecification
The file associated with this annotation.
See Also