menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class AnnotationMode

    Specifies the type of annotation.

    Inheritance
    System.Object
    AnnotationMode
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public sealed class AnnotationMode : Enum

    Fields

    Arrow

    Arrow annotation is performed

    Declaration
    public const AnnotationMode Arrow
    Field Value
    Type
    AnnotationMode

    Circle

    Circle annotation is performed

    Declaration
    public const AnnotationMode Circle
    Field Value
    Type
    AnnotationMode

    FreeText

    FreeText annotation is performed

    Declaration
    public const AnnotationMode FreeText
    Field Value
    Type
    AnnotationMode

    HandwrittenSignature

    Signature is performed

    Declaration
    public const AnnotationMode HandwrittenSignature
    Field Value
    Type
    AnnotationMode

    Highlight

    Highlight annotation is performed

    Declaration
    public const AnnotationMode Highlight
    Field Value
    Type
    AnnotationMode

    Ink

    Ink annotation is performed

    Declaration
    public const AnnotationMode Ink
    Field Value
    Type
    AnnotationMode

    Line

    Line annotation is performed

    Declaration
    public const AnnotationMode Line
    Field Value
    Type
    AnnotationMode

    None

    No annotation mode

    Declaration
    public const AnnotationMode None
    Field Value
    Type
    AnnotationMode

    Polygon

    Represents polygon annotation mode.

    Declaration
    public const AnnotationMode Polygon
    Field Value
    Type
    AnnotationMode

    Rectangle

    Rectangle annotation is performed

    Declaration
    public const AnnotationMode Rectangle
    Field Value
    Type
    AnnotationMode

    Strikethrough

    Strikethrough annotation is performed

    Declaration
    public const AnnotationMode Strikethrough
    Field Value
    Type
    AnnotationMode

    Underline

    Underline annotation is performed

    Declaration
    public const AnnotationMode Underline
    Field Value
    Type
    AnnotationMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved