ImageGear .NET - Updated October 2, 2018
GetCodeByteCount Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : GetCodeByteCount Method
A string characters.
Gets the number of bytes in a string of single or multi-byte character codes.
Syntax
'Declaration
 
Public Function GetCodeByteCount( _
   ByVal text As String _
) As Integer
 
'Usage
 
Dim instance As ImGearPDEFont
Dim text As String
Dim value As Integer
 
value = instance.GetCodeByteCount(text)

Parameters

text
A string characters.

Return Value

Number of bytes in the text.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members