Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / GetString Method / GetString(IPdfDictHolder,String) Method
The current PDF dictionary holder.
The key of the value to get.

In This Topic
    GetString(IPdfDictHolder,String) Method
    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.

    Syntax
    'Declaration
     
    Public Overloads Shared Function GetString( _
       ByVal pdh As IPdfDictHolder, _
       ByVal key As System.String _
    ) As PdfString
    public static PdfString GetString( 
       IPdfDictHolder pdh,
       System.string key
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    key
    The key of the value to get.

    Return Value

    The value associated with the specified key.
    See Also