Header menu logo fable-electron-docs-api

PageRanges Type

Constructors

Constructor Description

PageRanges(from, to)

Full Usage: PageRanges(from, to)

Parameters:
    from : float - Index of the first page to print (0-based).
    to : float - Index of the last page to print (inclusive) (0-based).

Returns: PageRanges
from : float

Index of the first page to print (0-based).

to : float

Index of the last page to print (inclusive) (0-based).

Returns: PageRanges

Instance members

Instance member Description

this.from

Full Usage: this.from

Index of the first page to print (0-based).

this.to

Full Usage: this.to

Index of the last page to print (inclusive) (0-based).

Type something to start searching.