GetName Method (IPdfDictExt)
In This Topic
Gets the PDF Name value associated with the specified key. If the value does not exist or cannot be converted to a PDF Name, returns (which can be null).
Syntax
'Declaration
Public Shared Function GetName( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.String _
) As System.String
public static System.string GetName(
IPdfDict ,
PdfName ,
System.string
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Return Value
The value associated with the specified key, or null.
See Also