Gets or sets the File ID of the Data Matrix symbol. Its value must be a sequence of codewords (Each codeword value must be a number between 001 and 254) and must be the same for all data segments. Default value is "001001"
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public string DataMatrixFileId { get; set; } | 
| Visual Basic | 
|---|
| Public Property DataMatrixFileId As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property String^ DataMatrixFileId {
	String^ get ();
	void set (String^ value);
} | 
Property Value
Type: 
String See Also
See Also