GetEnum Method (IPdfDictExt)
In This Topic
Gets the nullable enum value associated with the specified key. If the value does not exist or cannot be converted to an enum, returns defValue (which can be null).
Overload List
Overload | Description |
GetEnum<T>(IPdfDict,PdfName,Nullable<T>) | Gets the nullable enum value associated with the specified key. If the value does not exist or cannot be converted to an enum, returns (which can be null). |
GetEnum<T>(IPdfDict,PdfName,T) | Gets the enum value associated with the specified key. If the value does not exist or cannot be converted to an enum, returns . |
See Also