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.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also