menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMarkupProperties - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextMarkupProperties

    Represents the properties of TextMarkupAnnotation.

    Inheritance
    System.Object
    AnnotationProperties
    TextMarkupProperties
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class TextMarkupProperties : AnnotationProperties

    Properties

    AnnotationType

    Gets the type of textmarkup annotation.

    Declaration
    public AnnotationMode AnnotationType { get; }
    Property Value
    Type
    AnnotationMode

    Color

    Gets the color of textmarkup annotation.

    Declaration
    public Color Color { get; }
    Property Value
    Type
    Windows.UI.Color

    Comments

    Gets the collection of comments added in the text markup annotation.

    Declaration
    public List<Comment> Comments { get; }
    Property Value
    Type
    System.Collections.Generic.List<Comment>

    Height

    Gets the height of textmarkup annotation.

    Declaration
    public int Height { get; }
    Property Value
    Type
    System.Int32

    Opacity

    Gets the opacity of textmarkup annotation.

    Declaration
    public double Opacity { get; }
    Property Value
    Type
    System.Double

    PageNumber

    Gets the page number of textmarkup annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    Subject

    Gets the subject of the textmarkup annotation

    Declaration
    public string Subject { get; }
    Property Value
    Type
    System.String

    Width

    Gets the width of textmarkup annotation.

    Declaration
    public int Width { get; }
    Property Value
    Type
    System.Int32

    X

    Gets the x position of textmarkup annotation.

    Declaration
    public int X { get; }
    Property Value
    Type
    System.Int32

    Y

    Gets the y position of textmarkup annotation.

    Declaration
    public int Y { get; }
    Property Value
    Type
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved