Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / GetPdfStringBytes Method
The current dictionary.
The key identifying the value.

In This Topic
    GetPdfStringBytes Method (IPdfDictExt)
    In This Topic
    Gets the bytes of the IPdfString associated with the specified key. If the value does not exist or cannot be converted to an IPdfString, returns a null reference (Nothing in Visual Basic).
    Syntax
    'Declaration
     
    Public Shared Function GetPdfStringBytes( _
       ByVal dict As IPdfDict, _
       ByVal key As PdfName _
    ) As System.Byte()
    public static System.byte[] GetPdfStringBytes( 
       IPdfDict dict,
       PdfName key
    )

    Parameters

    dict
    The current dictionary.
    key
    The key identifying the value.

    Return Value

    The value associated with the specified key, or a null reference (Nothing in Visual Basic).
    See Also