[]
Returns the EnumValue if IsString is false, defValue otherwise.
defValue
public TEnum GetEnumValue(TEnum defValue)
Public Function GetEnumValue(defValue As TEnum) As TEnum
The default value if this PdfEnum<TEnum> has no enumeration value.
EnumValue if IsString is false, defValue otherwise.