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 As IPdfArray, _
ByVal As System.Integer, _
ByVal () As System.Byte _
) As PdfString
public static PdfString SetPdfStringBytes(
IPdfArray ,
System.int ,
System.byte[]
)
Parameters
- array
- The current array.
- index
- The index of the item to set.
- value
- The value to set.
Return Value
See Also