Exemplo n.º 1
0
        public DocumentPaginator GetPaginator(PageRangeSelection selection, PageRange range)
        {
            var doc = Docs.First();

            return(GetPaginator(doc.Value.Item1, doc.Value.Item2, selection, range));
        }