Language

LocaleData.GetPaperSize(ULocale) Method

Definition

Returns the size of paper used in the locale.

[Android.Runtime.Register("getPaperSize", "(Landroid/icu/util/ULocale;)Landroid/icu/util/LocaleData$PaperSize;", "", ApiSince=28)]
public static Android.Icu.Util.LocaleData.PaperSize? GetPaperSize(Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("getPaperSize", "(Landroid/icu/util/ULocale;)Landroid/icu/util/LocaleData$PaperSize;", "", ApiSince=28)>]
static member GetPaperSize : Android.Icu.Util.ULocale -> Android.Icu.Util.LocaleData.PaperSize

Parameters

locale
ULocale

The locale for which the measurement system to be retrieved.

Returns

The paper size used in the locale

Attributes

Remarks

Returns the size of paper used in the locale. The paper sizes returned are always in milli-meters.

Android reference for android.icu.util.LocaleData.getPaperSize.

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