menu

Document Processing

ShapeAnnotationType Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ShapeAnnotationType Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved