PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the File ID of the barcode. 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:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

See Also