[]
Gets the bytes of the IPdfString associated with the specified key. If the value does not exist or cannot be converted to an IPdfString, returns null.
public static byte[] GetPdfStringBytes(this IPdfDict dict, PdfName key)
Public Shared Function GetPdfStringBytes(dict As IPdfDict, key As PdfName) As Byte()
Type | Name | Description |
---|---|---|
IPdfDict | dict | The current dictionary. |
PdfName | key | The key identifying the value. |