Class FileLinkAnnotationSettings
Represents the class provides information of a file link annotation in PdfViewerControl.
Inheritance
System.Object
FileLinkAnnotationSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class FileLinkAnnotationSettings
Constructors
FileLinkAnnotationSettings()
Declaration
public FileLinkAnnotationSettings()
Properties
FileName
Gets the full path of the destination file which is linked with the annotation.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |