Class PropertyDatamatrixBarcodeSource
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Barcode source for DataMatrix symbology providing preferred format and encoding configuration.
public class PropertyDatamatrixBarcodeSource : PropertyBarcodeSource
- Inheritance
-
PropertyDatamatrixBarcodeSource
- Inherited Members
Properties
Encoding
Gets or sets the encoding mode (e.g. ASCII, C40, Text).
public string Encoding { get; set; }
Property Value
PreferredFormat
Gets or sets the preferred symbol format (size) hint.
public string PreferredFormat { get; set; }