Click or drag to resize

CardCountInfoCardCounterInfo Property

Returns a Dictionary object containing all of the printer's card counters.

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public Dictionary<string, int> CardCounterInfo { get; }

Property Value

Type: DictionaryString, Int32
Remarks
For ZMotif and ZC Series printers only.
The returned card counter names and values will vary by printer model.
  • Key = card counter name.
  • Value = card counter value.
See Also