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

In This Topic
    CodeRanges Property (EmbeddedFont)
    In This Topic
    Gets a EmbeddedFont.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 C1.Util.CodeRanges
    public C1.Util.CodeRanges CodeRanges {get;}
    See Also