PdfIdentityHEncodingGetBytes Method (Char, Int32, Int32, Byte, Int32) |
Do not call this method directly
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override int GetBytes(
char[] chars,
int charIndex,
int charCount,
byte[] bytes,
int byteIndex
)
Public Overrides Function GetBytes (
chars As Char(),
charIndex As Integer,
charCount As Integer,
bytes As Byte(),
byteIndex As Integer
) As Integer
public:
virtual int GetBytes(
array<wchar_t>^ chars,
int charIndex,
int charCount,
array<unsigned char>^ bytes,
int byteIndex
) override
abstract GetBytes :
chars : char[] *
charIndex : int *
charCount : int *
bytes : byte[] *
byteIndex : int -> int
override GetBytes :
chars : char[] *
charIndex : int *
charCount : int *
bytes : byte[] *
byteIndex : int -> int
Parameters
- chars
- Type: SystemChar
- charIndex
- Type: SystemInt32
- charCount
- Type: SystemInt32
- bytes
- Type: SystemByte
- byteIndex
- Type: SystemInt32
Return Value
Type:
Int32
See Also