RenderParams.RenderFormContentDefault Field
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.
Caution
This constant will be removed in the future version. Use Android.Graphics.Pdf.RenderParamsRenderFormContentMode enum directly instead of this field.
Mode to rely on the default behavior with respect to including PDF form content in rendered PDF bitmaps.
[Android.Runtime.Register("RENDER_FORM_CONTENT_DEFAULT", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.RenderParamsRenderFormContentMode enum directly instead of this field.", true)]
public const Android.Graphics.Pdf.RenderParamsRenderFormContentMode RenderFormContentDefault = 3;
[<Android.Runtime.Register("RENDER_FORM_CONTENT_DEFAULT", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.RenderParamsRenderFormContentMode enum directly instead of this field.", true)>]
val mutable RenderFormContentDefault : Android.Graphics.Pdf.RenderParamsRenderFormContentMode
Field Value
Value = 3- Attributes
Remarks
Mode to rely on the default behavior with respect to including PDF form content in rendered PDF bitmaps.
PdfRenderer will render form content by default if the application is targeting SDK version android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM or higher.
PdfRendererPreV will always render form content by default.
Java documentation for android.graphics.pdf.RenderParams.RENDER_FORM_CONTENT_DEFAULT.
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.