menu

UWP

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationProperties

    Represents the properties of free text annotations

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

    Properties

    Bounds

    Gets the position and size of the added free text annotation.

    Declaration
    public Rect Bounds { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    PageNumber

    Gets the page number of the added free text annotation.

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

    StrokeColor

    Gets or sets the stroke color of the freetext annotation.

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

    StrokeWidth

    Gets or sets the stroke width of the freetext annotation.

    Declaration
    public float StrokeWidth { get; }
    Property Value
    Type
    System.Single

    Text

    Gets the text of the tapped free text annotation.

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

    TextColor

    Gets the color of the tapped free text annotation.

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

    TextSize

    Gets the font size of the tapped free text annotation.

    Declaration
    public float TextSize { get; }
    Property Value
    Type
    System.Single

    Extension Methods

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