GetEnum Method (IPdfArrayExt)
In This Topic
Gets the nullable enum value at the specified index. 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>(IPdfArray,Int32,Nullable<T>) | Gets the nullable enum value at the specified index. If the value does not exist or cannot be converted to an enum, returns (which can be null). |
GetEnum<T>(IPdfArray,Int32,T) | Gets the enum value at the specified index. If the value does not exist or cannot be converted to an enum, returns . |
See Also