| PdfTypeDictionaryGetUnicodeBy Method |
Gets the element with the specified key and returns it as an unicode string.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string GetUnicodeBy(
string key
)
Public Function GetUnicodeBy (
key As String
) As String
public:
String^ GetUnicodeBy(
String^ key
)
member GetUnicodeBy :
key : string -> string
public String GetUnicodeBy(
String key
)
function GetUnicodeBy(key);
Parameters
- key String
- The key of the element to get.
Return Value
StringThe string located at the specified key.
Exceptions See Also