Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfStringExt Class / ToArray Method

In This Topic
    ToArray Method (IPdfStringExt)
    In This Topic
    Converts the IPdfString object to a byte array.
    Syntax
    'Declaration
     
    Public Shared Function ToArray( _
       ByVal ps As IPdfString _
    ) As System.Byte()
    public static System.byte[] ToArray( 
       IPdfString ps
    )

    Parameters

    ps
    See Also