menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupAnnotation - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PopupAnnotation

    Represents a popup annotation.

    Inheritance
    System.Object
    PopupAnnotation
    Implements
    IAnnotation
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class PopupAnnotation : Object, IAnnotation

    Constructors

    PopupAnnotation()

    Creates a new instance of the PopupAnnotation class.

    Declaration
    public PopupAnnotation()

    Properties

    AnnotationId

    A type of the annotation.

    Declaration
    public string AnnotationId { get; }
    Property Value
    Type
    System.String

    AnnotationType

    A type of the annotation.

    Declaration
    public string AnnotationType { get; }
    Property Value
    Type
    System.String

    Author

    Gets or sets the name of the author of the annotation.

    Declaration
    public string Author { get; set; }
    Property Value
    Type
    System.String

    Color

    Gets or sets the color of popup annotation

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Windows.UI.Color

    Comments

    Gets or sets the comments of annotation which hold text, author and modifieddateandtime.

    Declaration
    public List<Comment> Comments { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<Comment>

    Icon

    Gets or sets the popup icon of popup annotation

    Declaration
    public PopupIcon Icon { get; set; }
    Property Value
    Type
    PopupIcon

    Location

    Gets the location of the annotation.

    Declaration
    public PointF Location { get; }
    Property Value
    Type
    System.Drawing.PointF

    Opacity

    Gets or sets the opacity of popup annotation

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    PageNumber

    Gets the page number of the annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    Subject

    Gets or sets the subject of popup annotation

    Declaration
    public string Subject { get; set; }
    Property Value
    Type
    System.String

    Methods

    ClosePopupNote()

    Close the popup window with details of the selected annotation

    Declaration
    public void ClosePopupNote()

    OpenPopupNote()

    Opens the popup window with details of the selected annotation

    Declaration
    public void OpenPopupNote()

    Implements

    IAnnotation

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved