Class FileLinkAnnotationSettings
Represents the class provides information of a file link annotation in PdfViewerControl.
Inheritance
System.Object
FileLinkAnnotationSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class FileLinkAnnotationSettings : Object
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 |
---|
System.String |