UWP

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

    Show / Hide Table of Contents

    Class FreeTextCalloutAnnotationProperties

    Represents the properties of a freetext callout annotation

    Inheritance
    System.Object
    AnnotationProperties
    FreeTextAnnotationProperties
    FreeTextCalloutAnnotationProperties
    Inherited Members
    FreeTextAnnotationProperties.PageNumber
    FreeTextAnnotationProperties.Bounds
    FreeTextAnnotationProperties.TextColor
    FreeTextAnnotationProperties.TextSize
    FreeTextAnnotationProperties.Text
    FreeTextAnnotationProperties.StrokeColor
    FreeTextAnnotationProperties.StrokeWidth
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class FreeTextCalloutAnnotationProperties : FreeTextAnnotationProperties

    Properties

    CalloutPoints

    Gets the callout points of the freetext callout annotation

    Declaration
    public Point[] CalloutPoints { get; }
    Property Value
    Type Description
    Windows.Foundation.Point[]

    LineEndingStyle

    Gets the line ending style of the freetext callout annotation

    Declaration
    public PdfLineEndingStyle LineEndingStyle { get; }
    Property Value
    Type Description
    PdfLineEndingStyle

    Extension Methods

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