![]() | PdfiumFPDFPage |
Note: This API is now obsolete.
[ObsoleteAttribute("This method is obsolete", true)] public static IntPtr FPDFPageObj_NewTextObjEx( string text, int size, IntPtr font )
<ObsoleteAttribute("This method is obsolete", true)> Public Shared Function FPDFPageObj_NewTextObjEx ( text As String, size As Integer, font As IntPtr ) As IntPtr
public: [ObsoleteAttribute(L"This method is obsolete", true)] static IntPtr FPDFPageObj_NewTextObjEx( String^ text, int size, IntPtr font )
[<ObsoleteAttribute("This method is obsolete", true)>] static member FPDFPageObj_NewTextObjEx : text : string * size : int * font : IntPtr -> IntPtr
/** @attribute ObsoleteAttribute("This method is obsolete", true) */ public static IntPtr FPDFPageObj_NewTextObjEx( String text, int size, IntPtr font )
Patagames.Pdf.Pdfium.FPDFPageObj_NewTextObjEx = function(text, size, font);