API Reference
Enum
MaxiCodeMode
MaxiCode operating modes defined by ISO/IEC 16023.
Inheritance
- Enum
- MaxiCodeMode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property MaxiCodeDecoded.Mode
- Property MaxiCodeEncodingOptions.Mode
- Field MaxiCodeMode.Auto
- Field MaxiCodeMode.FullEcc
- Field MaxiCodeMode.ReaderProgramming
- Field MaxiCodeMode.Standard
- Field MaxiCodeMode.StructuredCarrierAlphanumeric
- Field MaxiCodeMode.StructuredCarrierNumeric
- Property MaxiCodeSymbol.Mode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const MaxiCodeMode Auto #Select Mode 2 or 3 when a primary carrier message is supplied; otherwise select Mode 4.
Value:
0public const MaxiCodeMode StructuredCarrierNumeric #Structured carrier message with a numeric postal code.
Value:
2public const MaxiCodeMode StructuredCarrierAlphanumeric #Structured carrier message with an alphanumeric postal code.
Value:
3