GetPdfStringBytes Method (IPdfArrayExt)
In This Topic
Gets the bytes of the IPdfString at the specified index. 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 As IPdfArray, _
ByVal As System.Integer _
) As System.Byte()
public static System.byte[] GetPdfStringBytes(
IPdfArray ,
System.int
)
Parameters
- array
- The current array.
- index
- The index of the string to return.
Return Value
The value at the specified index.
See Also