menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AnnotationInformation

    Represents information about the annotation.

    Inheritance
    System.Object
    AnnotationInformation
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class AnnotationInformation : Object

    Properties

    Bounds

    Gets gives position and size of the added textmarkup annotation.

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type
    Xamarin.Forms.Rectangle

    PageIndex

    Gets gives page number of the added textmarkup annotation.

    Declaration
    public int PageIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved