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

In This Topic
    GetPdfEnum Method
    In This Topic
    Gets the GrapeCity.Documents.Pdf.PdfEnum<TEnum> struct associated with the specified key (in a PDF an GrapeCity.Documents.Pdf.PdfEnum<TEnum> struct should be represented by a PDF name).

    Gets defValue if the value does not exist or cannot be converted to GrapeCity.Documents.Pdf.PdfEnum<TEnum>.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to GrapeCity.Documents.Pdf.PdfEnum<TEnum>.
    Overload List
    OverloadDescription
    Gets the GrapeCity.Documents.Pdf.PdfEnum<TEnum> struct associated with the specified key (in a PDF an GrapeCity.Documents.Pdf.PdfEnum<TEnum> struct should be represented by a PDF name).

    Gets defValue if the value does not exist or cannot be converted to GrapeCity.Documents.Pdf.PdfEnum<TEnum>.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to GrapeCity.Documents.Pdf.PdfEnum<TEnum>.  
    Gets the GrapeCity.Documents.Pdf.PdfEnum<TEnum> struct associated with the specified key (in a PDF an GrapeCity.Documents.Pdf.PdfEnum<TEnum> struct should be represented by a PDF name).

    Gets defValue if the value does not exist or cannot be converted to GrapeCity.Documents.Pdf.PdfEnum<TEnum>.

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