WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Annotation

    Show / Hide Table of Contents

    Class Annotation

    Contains the information about hyperlink annotation.

    Inheritance
    System.Object
    Annotation
    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 Annotation

    Constructors

    Annotation()

    Initializes a new instance of the Annotation class.

    Declaration
    public Annotation()

    Properties

    HyperLink

    Gets the Hyperlink Annotation

    Declaration
    public HyperLink HyperLink { get; }
    Property Value
    Type Description
    HyperLink
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved