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

In This Topic
    GetStringOrName Method
    In This Topic
    Gets the string associated with the specified key. The string can be specified in the PDF as a PDF string or a PDF name.

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

    Overload List
    OverloadDescription
    Gets the string associated with the specified key. The string can be specified in the PDF as a PDF string or a PDF name.

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

     
    Gets the string associated with the specified key. The string can be specified in the PDF as a PDF string or a PDF name.

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

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