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

In This Topic
    GetString Method (IPdfDictHolderExt)
    In This Topic
    Gets the PdfString object associated with the specified key.

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

    Overload List
    OverloadDescription
    Gets the PdfString object associated with the specified key.

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

     
    Gets the System.String value of the PdfString associated with the specified key.

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

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