menu

Document Processing

PdfViewerFreeTextAnnotationSettings Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerFreeTextAnnotationSettings Class

    Specifies the appearance of free text annotations

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

    Properties

    FillColor

    Gets or sets the fill background color of the freetext annotation.

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

    StrokeColor

    Gets or sets the border stroke color of the freetext annotation. Default color is red.

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

    StrokeWidth

    Gets or sets the border stroke width of the freetext annotation. Default value is 1.

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

    TextColor

    Gets or sets the text color of free text annotations

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

    TextSize

    Gets or sets the text size of free text annotations

    Declaration
    public float TextSize { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved