Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / OutputRange Class / OutputRange Constructor

In This Topic
    OutputRange Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates an instance of OutputRange that includes a single interval of pages.  
    Creates an instance of OutputRange that includes a single interval of pages. FromPage may be greater than ToPage, in that case the range is inverted.  
    Creates an instance of OutputRange that includes all pages with numbers specified in the list.  
    Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity).  
    Creates an instance of OutputRange that includes all pages with numbers specified in the list.  
    Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity).  
    See Also