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


IppAttributeValue.CreateInteger(Int32) Method

Definition

Creates an IppAttributeValue object that contains an integer attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

public:
 static IppAttributeValue ^ CreateInteger(int value);
 static IppAttributeValue CreateInteger(int const& value);
public static IppAttributeValue CreateInteger(int value);
function createInteger(value)
Public Shared Function CreateInteger (value As Integer) As IppAttributeValue

Parameters

value
Int32

int

The value of the integer attribute.

Returns

The new IppAttributeValue object.

Applies to