Xamarin.Android

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

    Show / Hide Table of Contents

    Class AnnotationInformation

    Represents information about the annotation.

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

    Properties

    Bounds

    Gets position and size of the added text markup annotation.

    Declaration
    public Rect Bounds { get; }
    Property Value
    Type Description
    Android.Graphics.Rect

    PageNumber

    Gets the page number of the added text markup annotation

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