Class ShapeAnnotationType
Enumerates the values that represent the type of shape annotation.
Inheritance
System.Object
ShapeAnnotationType
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public sealed class ShapeAnnotationType : Enum
Fields
Arrow
Declaration
public const ShapeAnnotationType Arrow
Field Value
Circle
Declaration
public const ShapeAnnotationType Circle
Field Value
Line
Declaration
public const ShapeAnnotationType Line
Field Value
Polygon
Represents polygon shape annotation type.
Declaration
public const ShapeAnnotationType Polygon
Field Value
Rectangle
Declaration
public const ShapeAnnotationType Rectangle
Field Value