オーバーロード一覧
オーバーロード | 解説 |
OutputRange コンストラクタ(Int32,Int32,Boolean) | Creates an instance of OutputRange that includes a single interval of pages. |
OutputRange コンストラクタ(Int32,Int32) | 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. |
OutputRange コンストラクタ(Int32[]) | Creates an instance of OutputRange that includes all pages with numbers specified in the list. |
OutputRange コンストラクタ(String) | 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). |
OutputRange コンストラクタ(Int32[],Boolean) | Creates an instance of OutputRange that includes all pages with numbers specified in the list. |
OutputRange コンストラクタ(String,Boolean) | 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). |
参照