 | PdfiumFPDFOBJ_GetUnicodeText Method |
Returns the unicode string contained in this PDF object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFOBJ_GetUnicodeText(
IntPtr obj_handle
)
Public Shared Function FPDFOBJ_GetUnicodeText (
obj_handle As IntPtr
) As String
public:
static String^ FPDFOBJ_GetUnicodeText(
IntPtr obj_handle
)
static member FPDFOBJ_GetUnicodeText :
obj_handle : IntPtr -> string
public static String FPDFOBJ_GetUnicodeText(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_GetUnicodeText = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
Return Value
StringUnicode string that represents the current object or null if any errors occurs.
See Also