Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAnnotation

    Show / Hide Table of Contents

    Interface IAnnotation

    Represents the annotation to be customized.

    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public interface IAnnotation

    Properties

    Name

    Gets or sets the name of the annotation.

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

    PageNumber

    Gets or sets the page index in which the annotation is added.

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