Skip to content

Latest commit

 

History

History
111 lines (57 loc) · 1.94 KB

ippattributevaluekind.md

File metadata and controls

111 lines (57 loc) · 1.94 KB
-api-id -api-type
T:Windows.Devices.Printers.IppAttributeValueKind
winrt enum

Windows.Devices.Printers.IppAttributeValueKind

-description

Defines values that represent attribute names as defined by the Internet Printing Protocol (IPP) specification.

-enum-fields

-field Unsupported: 0

Represents the unsupported attribute value.

-field Unknown: 1

Represents the unknown attribute value.

-field NoValue: 2

Represents the no-value attribute value.

-field Integer: 3

Represents the integer attribute value.

-field Boolean: 4

Represents the boolean attribute value.

-field Enum: 5

Represents the enum attribute value.

-field OctetString: 6

Represents the octetString attribute value.

-field DateTime: 7

Represents the dateTime attribute value.

-field Resolution: 8

Represents the resolution attribute value.

-field RangeOfInteger: 9

Represents the rangeOfInteger attribute value.

-field Collection: 10

Represents the collection attribute value.

-field TextWithLanguage: 11

Represents the textWithLanguage attribute value.

-field NameWithLanguage: 12

Represents the nameWithLanguage attribute value.

-field TextWithoutLanguage: 13

Represents the textWithoutLanguage attribute value.

-field NameWithoutLanguage: 14

Represents the nameWithoutLanguage attribute value.

-field Keyword: 15

Represents the keyword attribute value.

-field Uri: 16

Represents the uri attribute value.

-field UriSchema: 17

Represents the uriScheme attribute value.

-field Charset: 18

Represents the charset attribute value.

-field NaturalLanguage: 19

Represents the naturalLanguage attribute value.

-field MimeMediaType: 20

Represents the mimeMediaType attribute value.

-remarks

-see-also

Kind

-examples