PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / CodeRanges Property

In This Topic
    CodeRanges Property (EmbeddedFont)
    In This Topic
    Gets a CodeRanges collection defining set of char codes supported by this EmbeddedFont object. If this collection is empty then glyphs for characters will be embedded.
    Syntax
    'Declaration
     
    Public ReadOnly Property CodeRanges As CodeRanges
    public CodeRanges CodeRanges {get;}
    See Also