menu

Document Processing

FreeTextCalloutAnnotationProperties Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    FreeTextCalloutAnnotationProperties Class

    Represents the properties of a freetext callout annotation

    Inheritance
    System.Object
    AnnotationProperties
    FreeTextAnnotationProperties
    FreeTextCalloutAnnotationProperties
    Inherited Members
    FreeTextAnnotationProperties.Bounds
    FreeTextAnnotationProperties.PageNumber
    FreeTextAnnotationProperties.StrokeColor
    FreeTextAnnotationProperties.StrokeWidth
    FreeTextAnnotationProperties.Text
    FreeTextAnnotationProperties.TextColor
    FreeTextAnnotationProperties.TextSize
    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
    Windows.Foundation.Point[]

    LineEndingStyle

    Gets the line ending style of the freetext callout annotation

    Declaration
    public PdfLineEndingStyle LineEndingStyle { get; }
    Property Value
    Type
    PdfLineEndingStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved