Share via


PdfRenderer.Page.RenderModeForPrint Campo

Definición

Precaución

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

Modo para representar el contenido para imprimir.

[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

Valor de campo

Value = 2
Atributos

Comentarios

Modo para representar el contenido para imprimir.

Documentación de Java para android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_PRINT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a