CefPageRange

open class CefPageRange : CefRange

Class representing a print job page range.

Constructors

Link copied to clipboard
constructor()
constructor(from: Int, to: Int)

Properties

Link copied to clipboard
open var from: Int
Link copied to clipboard
open var to: Int

Functions

Link copied to clipboard
open fun toString(): String