Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextChar Interface / Length Property

In This Topic
    Length Property (ITextChar)
    In This Topic
    Gets the length of this ITextChar (the count of UTF-16 characters that represent it).
    Syntax
    'Declaration
     
    ReadOnly Property Length As System.Integer
    System.int Length {get;}
    See Also