ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / GetCodeByteCount Method
A string characters.




In This Topic
    GetCodeByteCount Method
    In This Topic
    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