 | PdfiumFPDFTextObj_GetTextUnicode Method |
Retrieves unicode text from the text object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFTextObj_GetTextUnicode(
IntPtr textObject
)
Public Shared Function FPDFTextObj_GetTextUnicode (
textObject As IntPtr
) As String
public:
static String^ FPDFTextObj_GetTextUnicode(
IntPtr textObject
)
static member FPDFTextObj_GetTextUnicode :
textObject : IntPtr -> string
public static String FPDFTextObj_GetTextUnicode(
IntPtr textObject
)
Patagames.Pdf.Pdfium.FPDFTextObj_GetTextUnicode = function(textObject);
Parameters
- textObject IntPtr
- A handle to the text object.
Return Value
StringThe text that corresponds to a text object.
See Also