Return type: string
Declaration: public string TargetType(int itype)
Parameters: int itype – the barcode code type value whose name is required.
Returns the string form of a barcode type name (e.g. Code 39) corresponding the the code type value itype. For a list of the barcode types supported see oCode. If itype has a value that is not supported the method returns an empty string. The number of available types is found in the nTargetTypes property (currently 14).