Class ShapeAnnotationType
Specifies the type of shape annotation.
Inheritance
System.Object
ShapeAnnotationType
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class ShapeAnnotationType : Enum
Fields
Arrow
Specifies the arrow annotation.
Declaration
public const ShapeAnnotationType Arrow
Field Value
Type |
---|
ShapeAnnotationType |
Circle
Specifies the circle annotation.
Declaration
public const ShapeAnnotationType Circle
Field Value
Type |
---|
ShapeAnnotationType |
Line
Specifies the line annotation.
Declaration
public const ShapeAnnotationType Line
Field Value
Type |
---|
ShapeAnnotationType |
Polygon
Specifies the polygon annotation.
Declaration
public const ShapeAnnotationType Polygon
Field Value
Type |
---|
ShapeAnnotationType |
Polyline
Specifies the polyline annotation.
Declaration
public const ShapeAnnotationType Polyline
Field Value
Type |
---|
ShapeAnnotationType |
Rectangle
Specifies the rectangle annotation.
Declaration
public const ShapeAnnotationType Rectangle
Field Value
Type |
---|
ShapeAnnotationType |