PdfRenderer.Page.RenderModeForPrint Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.Pdf.PdfRenderMode enum directly instead of this field.

Mode to render the content for printing.

[Android.Runtime.Register("RENDER_MODE_FOR_PRINT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.PdfRenderMode enum directly instead of this field.", true)]
public const Android.Graphics.Pdf.PdfRenderMode RenderModeForPrint = 2;
[<Android.Runtime.Register("RENDER_MODE_FOR_PRINT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.PdfRenderMode enum directly instead of this field.", true)>]
val mutable RenderModeForPrint : Android.Graphics.Pdf.PdfRenderMode

Field Value

Value = 2
Attributes

Remarks

Mode to render the content for printing.

Java documentation for android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_PRINT.

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