Share via


PrintDocumentAdapter.ExtraPrintPreview Field

Definition

Extra: mapped to a boolean value that is true if the current layout is for a print preview, false otherwise.

[Android.Runtime.Register("EXTRA_PRINT_PREVIEW")]
public const string ExtraPrintPreview;
[<Android.Runtime.Register("EXTRA_PRINT_PREVIEW")>]
val mutable ExtraPrintPreview : string

Field Value

Attributes

Remarks

Extra: mapped to a boolean value that is true if the current layout is for a print preview, false otherwise. This extra is provided in the Bundle argument of the #onLayout(PrintAttributes, PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle) callback.

Java documentation for android.print.PrintDocumentAdapter.EXTRA_PRINT_PREVIEW.

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

See also

  • <xref:Android.Print.PrintDocumentAdapter.OnLayout(Android.Print.PrintAttributes%2c+Android.Print.PrintAttributes%2c+Android.Print.PrintAttributes%2c+Android.Print.PrintAttributes%2c+Android.Print.PrintAttributes)>