 | PdfiumFPDFTextObj_SetTextUnicode Method |
Stores a string on the text object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFTextObj_SetTextUnicode(
IntPtr textObject,
string text
)
Public Shared Sub FPDFTextObj_SetTextUnicode (
textObject As IntPtr,
text As String
)
public:
static void FPDFTextObj_SetTextUnicode(
IntPtr textObject,
String^ text
)
static member FPDFTextObj_SetTextUnicode :
textObject : IntPtr *
text : string -> unit
public static void FPDFTextObj_SetTextUnicode(
IntPtr textObject,
String text
)
Patagames.Pdf.Pdfium.FPDFTextObj_SetTextUnicode = function(textObject, text);
Parameters
- textObject IntPtr
- A handle to the text object.
- text String
- The string to be set in the text object.
See Also