Ejemplo n.º 1
0
        public string GetRtf(FastColoredTextBox tb)
        {
            this.tb = tb;
            Range sel = new Range(tb);

            sel.SelectAll();
            return(GetRtf(sel));
        }
Ejemplo n.º 2
0
        public String GetHtml(FastColoredTextBox tb)
        {
            _tb = tb;
            var sel = new Range(tb);

            sel.SelectAll();
            return(GetHtml(sel));
        }