Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / GetEnum Method

In This Topic
    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
    OverloadDescription
    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).  
    Gets the enum value associated with the specified key. If the value does not exist or cannot be converted to an enum, returns defValue.  
    See Also