menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PopupAnnotation

    Represents popup annotations.

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

    Constructors

    PopupAnnotation(Int32, Point)

    Initializes a new instance of the PopupAnnotation class.

    Declaration
    public PopupAnnotation(int pageNumber, Point position)
    Parameters
    Type Name Description
    System.Int32 pageNumber

    The page number in which the popup should be added.

    Xamarin.Forms.Point position

    The position in which the popup should be added.

    Properties

    Name

    Gets or sets the name of the popup annotation.

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

    PageNumber

    Gets the page number of the popup annotation.

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

    Position

    Gets or sets the top left position of the popup annotation.

    Declaration
    public Point Position { get; set; }
    Property Value
    Type
    Xamarin.Forms.Point

    Settings

    Gets or sets the settings for the popup annotation.

    Declaration
    public PopupAnnotationSettings Settings { get; set; }
    Property Value
    Type
    PopupAnnotationSettings

    Implements

    IAnnotation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved