Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace : MaxiBarcodeSymbolModel Enumeration |
[SerializableAttribute()] public enum MaxiBarcodeSymbolModel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum MaxiBarcodeSymbolModel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As MaxiBarcodeSymbolModel
[SerializableAttribute()] public enum MaxiBarcodeSymbolModel : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTMaxiBarcodeSymbolModel)
public enum MaxiBarcodeSymbolModel
Leadtools.Barcode.MaxiBarcodeSymbolModel = function() { }; Leadtools.Barcode.MaxiBarcodeSymbolModel.prototype = {<br/> MaxiCodeMode2 = 0, MaxiCodeMode3 = 1, MaxiCodeMode4 = 2, MaxiCodeMode5 = 3, };
[SerializableAttribute()] public enum class MaxiBarcodeSymbolModel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | MaxiCodeMode2 |
MaxiCode Mode 2 |
1 | MaxiCodeMode3 |
MaxiCode Mode 3 |
2 | MaxiCodeMode4 |
MaxiCode Mode 4 |
3 | MaxiCodeMode5 |
MaxiCode Mode 5 |
Used as the type for the MaxiBarcodeWriteOptions.SymbolModel property to specify the MaxiCode barcode's symbol size.
For an example, refer to MaxiBarcodeWriteOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.MaxiBarcodeSymbolModel