←Select platform

Epc Property

Summary

Gets or sets the External Processing Code (EPC) value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public char Epc { get; set; } 
Public Property Epc As Char 
public char Epc {get; set;} 
@property (nonatomic, assign) wchar_t epc 
public char getEpc() 
public void setEpc(char value) 
             
 <br/>get_Epc();<br/>set_Epc(value);<br/>Object.defineProperty('Epc');  
public: 
property char Epc { 
   char get(); 
   void set (    char ); 
} 

Property Value

The External Processing Code (EPC) value. Default value is 0.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly