API Reference
Enum
Gs1CompositeComponent
Identifies the two-dimensional component used by a GS1 Composite symbol.
Inheritance
- Enum
- Gs1CompositeComponent
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
- Field Gs1CompositeComponent.Auto
- Field Gs1CompositeComponent.CcA
- Field Gs1CompositeComponent.CcB
- Field Gs1CompositeComponent.CcC
- Property Gs1CompositeDecoded.Component
- Property Gs1CompositeEncodingOptions.Component
- Property Gs1CompositeSymbol.Component
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 Gs1CompositeComponent Auto #Select the smallest component that can hold the data.
Value:
0public const Gs1CompositeComponent CcA #Composite Component A, optimized for compact messages.
Value:
1public const Gs1CompositeComponent CcC #Composite Component C, based on PDF417 and available with a GS1-128 carrier.
Value:
3