GetEnumValue Method (PdfEnum<TEnum>)
In This Topic
Returns the
EnumValue if
IsString is false, otherwise.
Syntax
'Declaration
Public Function GetEnumValue( _
ByVal As _
) As
Parameters
- defValue
- The default value if this PdfEnum<TEnum> has no enumeration value.
Return Value
EnumValue if
IsString is false, otherwise.
See Also