GetPdfStringBytes Method (IPdfDictExt)
In This Topic
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 a null reference (Nothing in Visual Basic).
Syntax
'Declaration
Public Shared Function GetPdfStringBytes( _
ByVal As IPdfDict, _
ByVal As PdfName _
) As System.Byte()
public static System.byte[] GetPdfStringBytes(
IPdfDict ,
PdfName
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
Return Value
The value associated with the specified key, or a null reference (Nothing in Visual Basic).
See Also