PrintJobInfo.GetAdvancedStringOption(String) Method

Definition

Gets the value of an advanced (printer specific) print option.

[Android.Runtime.Register("getAdvancedStringOption", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=26)]
public string? GetAdvancedStringOption (string? key);
[<Android.Runtime.Register("getAdvancedStringOption", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=26)>]
member this.GetAdvancedStringOption : string -> string

Parameters

key
String

The option key.

Returns

The option value.

Attributes

Remarks

Gets the value of an advanced (printer specific) print option.

Java documentation for android.print.PrintJobInfo.getAdvancedStringOption(java.lang.String).

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