IPdfEncodingGetBytes Method |
Encodes a set of characters from the specified string into the specified byte array.
Namespace: SautinSoft.Pdf.TextAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxint GetBytes(
string s,
byte[] bytes,
int byteIndex
)
Function GetBytes (
s As String,
bytes As Byte(),
byteIndex As Integer
) As Integer
Parameters
- s String
- The string containing the set of characters to encode.
- bytes Byte
- The byte array to contain the resulting sequence of bytes.
- byteIndex Int32
- Index of the byte.
Return Value
Int32The actual number of bytes written into
bytes.
See Also