ImageGear .NET v25.0 - Updated
GetCodeByteCount Method




ImageGear.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)
public int GetCodeByteCount( 
   string text
)
public: int GetCodeByteCount( 
   string* text
) 
public:
int GetCodeByteCount( 
   String^ text
) 

Parameters

text
A string characters.

Return Value

Number of bytes in the text.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members