alexa

    Show / Hide Table of Contents

    Class FileLinkAnnotationSettings

    Represents the class provides information of a file link annotation in PdfViewerControl.

    Inheritance
    System.Object
    FileLinkAnnotationSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    System.String
    Back to top Generated by DocFX