Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / SetPdfStringBytes Method
The current array.
The index of the item to set.
The value to set.

In This Topic
    SetPdfStringBytes Method (IPdfArrayExt)
    In This Topic
    Sets the IPdfString at the specified index. If the value is a null reference (Nothing in Visual Basic), sets the item to PdfNull.
    Syntax
    'Declaration
     
    Public Shared Function SetPdfStringBytes( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       ByVal value() As System.Byte _
    ) As PdfString
    public static PdfString SetPdfStringBytes( 
       IPdfArray array,
       System.int index,
       System.byte[] value
    )

    Parameters

    array
    The current array.
    index
    The index of the item to set.
    value
    The value to set.

    Return Value

    The created PdfString
    See Also