PdfPageTextObject(String, PdfPageTextObjectFont, Single) Constructor
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.
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
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.
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.