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
[TypeConverter(typeof(FontSizeConverter))]
public double FreeTextFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The font size. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to FreeTextFontSize |
---|---|
PdfViewer |
|
See Also