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

In This Topic
    GetName Method (IPdfDictHolderExt)
    In This Topic
    Gets the PDF name value associated with the specified key.

    Throws an exception if the value does not exist or cannot be converted to a PDF name.

    Overload List
    OverloadDescription
    Gets the PDF name value associated with the specified key.

    Throws an exception if the value does not exist or cannot be converted to a PDF name.

     
    Gets the PDF name value associated with the specified key.

    Gets defValue if the value does not exist or cannot be converted to a PDF name.

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