RenderParams.RenderFormContentDefault Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Graphics.Pdf.RenderParamsRenderFormContentMode enum directly instead of this field.
Mode pour s’appuyer sur le comportement par défaut en ce qui concerne l’inclusion du contenu du formulaire PDF dans les bitmaps PDF affichées.
[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
Valeur de champ
Value = 3- Attributs
Remarques
Mode pour s’appuyer sur le comportement par défaut en ce qui concerne l’inclusion du contenu du formulaire PDF dans les bitmaps PDF affichées.
PdfRenderer affiche le contenu du formulaire par défaut si l’application cible la version du Kit de développement logiciel (SDK) ou une version android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM ultérieure.
PdfRendererPreV affiche toujours le contenu du formulaire par défaut.
Java documentation pour android.graphics.pdf.RenderParams.RENDER_FORM_CONTENT_DEFAULT.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.