PdfPagePathObject.RenderModeStroke Field

Definition

Caution

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

Stroke Mode : Only the outline of the glyphs is stroked with the stroke color.

[Android.Runtime.Register("RENDER_MODE_STROKE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode enum directly instead of this field.", true)]
public const Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode RenderModeStroke = 1;
[<Android.Runtime.Register("RENDER_MODE_STROKE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode enum directly instead of this field.", true)>]
val mutable RenderModeStroke : Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode

Field Value

Value = 1
Attributes

Remarks

Stroke Mode : Only the outline of the glyphs is stroked with the stroke color.

Java documentation for android.graphics.pdf.component.PdfPagePathObject.RENDER_MODE_STROKE.

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