Namespace: BitMiracle.Docotic.Pdf
public int Length { get; }
Public ReadOnly Property Length As Integer Get
Each character code in a string object consists of one or more bytes. Depending on the font, the same character code can have different lengths.
For example, a string with the space character ' ' can be represented as ( ) or <0020>. In the first case, the corresponding character code occupies one byte. And in the second case, it takes two bytes to represent the character code.