PrintAttributes.MediaSize.GetLabel(PackageManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the human readable media size label.
[Android.Runtime.Register("getLabel", "(Landroid/content/pm/PackageManager;)Ljava/lang/String;", "")]
public string GetLabel (Android.Content.PM.PackageManager packageManager);
[<Android.Runtime.Register("getLabel", "(Landroid/content/pm/PackageManager;)Ljava/lang/String;", "")>]
member this.GetLabel : Android.Content.PM.PackageManager -> string
Parameters
- packageManager
- PackageManager
The package manager for loading the label.
Returns
The human readable label.
- Attributes
Remarks
Gets the human readable media size label.
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.