PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / DocumentFont Class / CodeRanges Property

In This Topic
    CodeRanges Property (DocumentFont)
    In This Topic
    Gets the DocumentFont.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