Back to Devexpress

PdfAnnotationOptions.FreeTextFontSize Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfannotationoptions-77707a0e.md

latest1.1 KB
Original Source

PdfAnnotationOptions.FreeTextFontSize Property

Gets or sets the text annotation’s font size. This is a bindable property.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
[TypeConverter(typeof(FontSizeConverter))]
public double FreeTextFontSize { get; set; }

Property Value

TypeDescription
Double

The font size.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FreeTextFontSize
PdfViewer

.AnnotationOptions .FreeTextFontSize

|

See Also

PdfAnnotationOptions Class

PdfAnnotationOptions Members

DevExpress.Maui.Pdf Namespace