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.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic PdfFileSpecification File { get; }Public ReadOnly Property File As PdfFileSpecification
Get
Property Value
PdfFileSpecification
The file associated with this annotation.
See Also