menu

Document Processing

TextMarkupAnnotationType Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    TextMarkupAnnotationType Class

    Specifies the type of text markup annotation.

    Inheritance
    System.Object
    TextMarkupAnnotationType
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public sealed class TextMarkupAnnotationType : Enum

    Fields

    Highlight

    Specifies the highlight annotation.

    Declaration
    public const TextMarkupAnnotationType Highlight
    Field Value
    Type
    TextMarkupAnnotationType

    Squiggly

    Specifies the squiggly annotation.

    Declaration
    public const TextMarkupAnnotationType Squiggly
    Field Value
    Type
    TextMarkupAnnotationType

    Strikeout

    Specifies the strikeout annotation.

    Declaration
    public const TextMarkupAnnotationType Strikeout
    Field Value
    Type
    TextMarkupAnnotationType

    Underline

    Specifies the underline annotation.

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