Click or drag to resize

OcpDisplayInfoLineData Property

Dictionary containing the individual OCP line data.

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

Property Value

Type: DictionaryInt32, OcpLine
Remarks
  • Key = OCP line number (0-6)
  • Value = instance of OcpLine
See Also