UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerFreeTextAnnotationSettings

    Show / Hide Table of Contents

    Class PdfViewerFreeTextAnnotationSettings

    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 Description
    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 Description
    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 Description
    System.Single

    TextColor

    Gets or sets the text color of free text annotations

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

    TextSize

    Gets or sets the text size of free text annotations

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

    Extension Methods

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