इसके माध्यम से साझा किया गया


IppIntegerRange(Int32, Int32) Constructor

Definition

Creates a new instance of the IppIntegerRange class with the specified values. This object represents information about a rangeOfInteger attribute as defined by the Internet Printing Protocol (IPP).

public:
 IppIntegerRange(int start, int end);
 IppIntegerRange(int const& start, int const& end);
public IppIntegerRange(int start, int end);
function IppIntegerRange(start, end)
Public Sub New (start As Integer, end As Integer)

Parameters

start
Int32

int

The lower bound of the integer range (inclusive).

end
Int32

int

The upper bound of the integer range (inclusive).

Applies to