PdfPageTextObject(String, PdfPageTextObjectFont, Single) Constructor

Definition

Constructor for the PdfPageTextObject.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/pdf/component/PdfPageTextObjectFont;F)V", "", ApiSince=36)]
public PdfPageTextObject(string text, Android.Graphics.Pdf.Component.PdfPageTextObjectFont font, float fontSize);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/pdf/component/PdfPageTextObjectFont;F)V", "", ApiSince=36)>]
new Android.Graphics.Pdf.Component.PdfPageTextObject : string * Android.Graphics.Pdf.Component.PdfPageTextObjectFont * single -> Android.Graphics.Pdf.Component.PdfPageTextObject

Parameters

text
String
font
PdfPageTextObjectFont

The font of the text.

fontSize
Single

The font size of the text.

Attributes

Remarks

Constructor for the PdfPageTextObject. Sets the object type to TEXT and initializes the text color to black.

Java documentation for android.graphics.pdf.component.PdfPageTextObject.PdfPageTextObject(java.lang.String, android.graphics.pdf.component.PdfPageTextObjectFont, float).

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