Xamarin.Android

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

    Show / Hide Table of Contents

    Class InkAnnotation

    Represents the details about ink annotation.

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

    Constructors

    InkAnnotation()

    Instantiates a new instance of the InkAnnotation class.

    Declaration
    public InkAnnotation()

    Properties

    InkPointsCollection

    Gets or sets the collection of strokes which are represented by a series of alternate X and Y coordinates.

    Declaration
    public List<List<float>> InkPointsCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.List<System.Single>>

    Default value is empty list.

    Name

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

    Settings

    Gets or sets the value to customize the selected ink annotation

    Declaration
    public InkAnnotationSettings Settings { get; set; }
    Property Value
    Type Description
    InkAnnotationSettings

    Implements

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