DeviceUtilSetOcpDisplay Method 
             | 
          
        
         
            Displays the specified line data on the printer's OCP.
            
 
    Namespace: 
   Zebra.Sdk.Card.Device
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxvoid SetOcpDisplay(
	OcpDisplayInfo ocpDisplay
)
Sub SetOcpDisplay ( 
	ocpDisplay As OcpDisplayInfo
)
void SetOcpDisplay(
	OcpDisplayInfo^ ocpDisplay
)
Parameters
- ocpDisplay
 - Type: Zebra.Sdk.Card.ContainersOcpDisplayInfo
Instance populated with the OCP line data to be displayed. 
Exceptions
RemarksFor ZMotif Series 7, 8, and 9 printers only.
See Also