ToPDFUnicode
Description
This function is deprecated from version 7.17.
The NewOutline, SetInformation and SetCustomInformation functions now accept Unicode strings directly (UTF-8 encoded for the Delphi and DLL editions).
Syntax
Delphi
function TQuickPDF0726.ToPDFUnicode(Input: WideString): string;
ActiveX
Function QuickPDF0726.PDFLibrary::ToPDFUnicode(Input As String) As String
DLL
char * QuickPDFToPDFUnicode(int InstanceID, ERROR Input)
Parameters
| Input | The Unicode string to convert to special PDF format |