PdfPageTextObject.FontSize Property

Definition

Returns the font size of the object.

public float FontSize { [Android.Runtime.Register("getFontSize", "()F", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFontSize", "()F", "", ApiSince=36)>]
member this.FontSize : single

Property Value

The font size.

Attributes

Remarks

Returns the font size of the object.

Java documentation for android.graphics.pdf.component.PdfPageTextObject.getFontSize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to