Click or drag to resize

PdfFileLinkAnnotation FileName Property

Gets or sets name of the file to be references by the annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string FileName { get; set; }

Property Value

Type: String
A string value specifying the full path to the file to be embedded.
See Also