Click or drag to resize

PdfTextObjectCreate Method

Note: This API is now obsolete.

Create new instance of PdfTextObject class

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
[ObsoleteAttribute("This method is obsolete. Please use Create(string, float, float, font, fontsize) instead")]
public static PdfTextObject Create()

Return Value

PdfTextObject
New instance of PdfTextObject
See Also