 | PdfiumFPDFOBJ_SetUnicodeText Method |
Insert an unicode string into the PDF object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFOBJ_SetUnicodeText(
IntPtr obj_handle,
string text
)
Public Shared Sub FPDFOBJ_SetUnicodeText (
obj_handle As IntPtr,
text As String
)
public:
static void FPDFOBJ_SetUnicodeText(
IntPtr obj_handle,
String^ text
)
static member FPDFOBJ_SetUnicodeText :
obj_handle : IntPtr *
text : string -> unit
public static void FPDFOBJ_SetUnicodeText(
IntPtr obj_handle,
String text
)
Patagames.Pdf.Pdfium.FPDFOBJ_SetUnicodeText = function(obj_handle, text);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
- text String
- The text to be inserted into a object.
See Also