PdfPageTextObject.SetFillColor(Int32) Method
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.
Sets the fill color of the object.
[Android.Runtime.Register("setFillColor", "(I)V", "", ApiSince=36)]
public void SetFillColor(int fillColor);
[<Android.Runtime.Register("setFillColor", "(I)V", "", ApiSince=36)>]
member this.SetFillColor : int -> unit
Parameters
- fillColor
- Int32
The fill color of the object.
- Attributes
Remarks
Sets the fill color of the object. Setting the fillColor will have no effect if RenderMode is not #RENDER_MODE_FILL or #RENDER_MODE_FILL_STROKE.
Java documentation for android.graphics.pdf.component.PdfPageTextObject.setFillColor(int).
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.