PrintJobInfo.Builder.PutAdvancedOption 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.
Overloads
PutAdvancedOption(String, Int32) |
Puts an advanced (printer specific) option. |
PutAdvancedOption(String, String) |
Puts an advanced (printer specific) option. |
PutAdvancedOption(String, Int32)
Puts an advanced (printer specific) option.
[Android.Runtime.Register("putAdvancedOption", "(Ljava/lang/String;I)V", "")]
public void PutAdvancedOption (string key, int value);
[<Android.Runtime.Register("putAdvancedOption", "(Ljava/lang/String;I)V", "")>]
member this.PutAdvancedOption : string * int -> unit
Parameters
- key
- String
The option key.
- value
- Int32
The option value.
- Attributes
Remarks
Puts an advanced (printer specific) option.
Java documentation for android.print.PrintJobInfo.Builder.putAdvancedOption(java.lang.String, int)
.
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
PutAdvancedOption(String, String)
Puts an advanced (printer specific) option.
[Android.Runtime.Register("putAdvancedOption", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public void PutAdvancedOption (string key, string? value);
[<Android.Runtime.Register("putAdvancedOption", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
member this.PutAdvancedOption : string * string -> unit
Parameters
- key
- String
The option key.
- value
- String
The option value.
- Attributes
Remarks
Puts an advanced (printer specific) option.
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.