CodeRanges Property (DocumentFont)
In This Topic
Gets the C1.Util.CodeRanges collection that defines glyphs that were rendered using the current font.
Syntax
'Declaration
Public ReadOnly Property CodeRanges As C1.Util.CodeRanges
public C1.Util.CodeRanges CodeRanges {get;}
See Also