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.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public string DataMatrixFileId { get; set; }
public string DataMatrixFileId { get; set; }
Public Property DataMatrixFileId As String
Get
Set
Public Property DataMatrixFileId As String
Get
Set
public:
property String^ DataMatrixFileId {
String^ get ();
void set (String^ value);
}
public:
property String^ DataMatrixFileId {
String^ get ();
void set (String^ value);
}
member DataMatrixFileId : string with get, set
member DataMatrixFileId : string with get, set
Property Value
Type:
String