CodePDF417UtilFileID Property 
             | 
          
        
         
            Gets or Sets the File ID of the Macro PDF417 symbol.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxstring FileID { get; set; }Property FileID As String
	Get
	Set
property String^ FileID {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
Exceptions
Remarks
            Value must be a sequence of codewords (each value between 0 and 899) and must be the same for all data segments.
            
See Also