UWP

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

    Show / Hide Table of Contents

    Class PdfViewerFreeTextCalloutAnnotationSettings

    Specifies the appearance of the freetext callout annotations

    Inheritance
    System.Object
    PdfViewerFreeTextAnnotationSettings
    PdfViewerFreeTextCalloutAnnotationSettings
    Inherited Members
    PdfViewerFreeTextAnnotationSettings.TextSize
    PdfViewerFreeTextAnnotationSettings.TextColor
    PdfViewerFreeTextAnnotationSettings.StrokeWidth
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class PdfViewerFreeTextCalloutAnnotationSettings : PdfViewerFreeTextAnnotationSettings

    Properties

    ActualHeight

    Gets or sets the height of the freetext callout annotation

    Declaration
    public double ActualHeight { get; set; }
    Property Value
    Type Description
    System.Double

    ActualWidth

    Gets or sets the width of the freetext callout annotation

    Declaration
    public double ActualWidth { get; set; }
    Property Value
    Type Description
    System.Double

    AutoSizeFreeTextInputBox

    Gets or sets a value indicating whether the size of callout should be updated to the size of the text

    Declaration
    public bool AutoSizeFreeTextInputBox { get; set; }
    Property Value
    Type Description
    System.Boolean

    CalloutLineSegmentCount

    Gets or sets the number of callout lines

    Declaration
    public CalloutLineSegmentCount CalloutLineSegmentCount { get; set; }
    Property Value
    Type Description
    CalloutLineSegmentCount

    EnableSelectionRectangle

    Gets or sets the value indicating whether the selection rectangle is enabled

    Declaration
    public bool EnableSelectionRectangle { get; set; }
    Property Value
    Type Description
    System.Boolean

    FillColor

    Gets or sets the fill color of the freetext callout annotation

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

    MinHeight

    Gets or sets the minimum height of the freetext callout annotation for resizing

    Declaration
    public double MinHeight { get; set; }
    Property Value
    Type Description
    System.Double

    MinWidth

    Gets or sets the minimum width of the freetext callout annotation for resizing

    Declaration
    public double MinWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Opacity

    Gets or sets the opacity of the freetext callout annotation

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

    Padding

    Gets or sets the padding for the text in freetext callout annotation

    Declaration
    public Thickness Padding { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Thickness

    StrokeColor

    Gets or sets the stroke color of the freetext callout annotation

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

    Text

    Gets or sets the text of the freetext callout annotation

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

    Extension Methods

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