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

In This Topic
    GetLang Method
    In This Topic
    Gets the GrapeCity.Documents.Pdf.PdfLang object associated with the specified key (in the PDF the PdfLang object should be represented as a PDF string).

    Throws an exception if the value does not exist or cannot be converted to GrapeCity.Documents.Pdf.PdfLang.

    Overload List
    OverloadDescription
    Gets the GrapeCity.Documents.Pdf.PdfLang object associated with the specified key (in the PDF the PdfLang object should be represented as a PDF string).

    Throws an exception if the value does not exist or cannot be converted to GrapeCity.Documents.Pdf.PdfLang.

     
    Gets the GrapeCity.Documents.Pdf.PdfLang object associated with the specified key (in the PDF the PdfLang object should be represented as a PDF string).

    Gets defValue if the value does not exist or cannot be converted to a GrapeCity.Documents.Pdf.PdfLang.

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