Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / GetEnum Method

In This Topic
    GetEnum Method
    In This Topic
    Gets the enum value associated with the specified key (in a PDF enum values should be represented by PDF names).

    Gets defValue if the value does not exist or cannot be converted to T.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to T.
    Overload List
    OverloadDescription
    Gets the enum value associated with the specified key (in a PDF enum values should be represented by PDF names).

    Gets defValue if the value does not exist or cannot be converted to T.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to T.  
    Gets the enum value associated with the specified key (in a PDF enum values should be represented by PDF names).

    Gets defValue if the value does not exist or cannot be converted to T.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to T.  
    See Also