 | PdfiumFPDFSTRING_CreateUnicode Method |
Create new String object and initialise it with unicode string
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFSTRING_CreateUnicode(
string value
)
Public Shared Function FPDFSTRING_CreateUnicode (
value As String
) As IntPtr
public:
static IntPtr FPDFSTRING_CreateUnicode(
String^ value
)
static member FPDFSTRING_CreateUnicode :
value : string -> IntPtr
public static IntPtr FPDFSTRING_CreateUnicode(
String value
)
Patagames.Pdf.Pdfium.FPDFSTRING_CreateUnicode = function(value);
Parameters
- value String
- Initial value for this object
Return Value
IntPtrHandle to a newly created object
See Also