Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfAnnotationRotateAngle

    Show / Hide Table of Contents

    Class PdfAnnotationRotateAngle

    The number of degrees by which the annotation should be rotate

    Inheritance
    System.Object
    PdfAnnotationRotateAngle
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PdfAnnotationRotateAngle : Enum

    Fields

    RotateAngle0

    The annotation is rotated as 0 angle.

    Declaration
    public const PdfAnnotationRotateAngle RotateAngle0
    Field Value
    Type Description
    PdfAnnotationRotateAngle

    RotateAngle180

    The annotation is rotated as 180 angle.

    Declaration
    public const PdfAnnotationRotateAngle RotateAngle180
    Field Value
    Type Description
    PdfAnnotationRotateAngle

    RotateAngle270

    The annotation is rotated as 270 angle.

    Declaration
    public const PdfAnnotationRotateAngle RotateAngle270
    Field Value
    Type Description
    PdfAnnotationRotateAngle

    RotateAngle90

    The annotation is rotated as 90 angle.

    Declaration
    public const PdfAnnotationRotateAngle RotateAngle90
    Field Value
    Type Description
    PdfAnnotationRotateAngle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved