Gets or sets the File ID of the Macro PDF417 symbol. Its value must be a sequence of codewords (Each codeword value must be a number between 000 and 899) and must be the same for all data segments. Default value is "000"

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public string Pdf417FileId { get; set; }
Visual Basic
Public Property Pdf417FileId As String
	Get
	Set
Visual C++
public:
property String^ Pdf417FileId {
	String^ get ();
	void set (String^ value);
}

See Also