←Select platform

FileIdLow Property

Summary

Gets or sets the low byte of the file ID number.

Syntax

C#
VB
C++
public int FileIdLow {get; set;} 
Public Property FileIdLow As Integer 
public: 
property int FileIdLow { 
   int get(); 
   void set (    int ); 
} 

Property Value

Low byte of the file ID number. Possible values range from 1 to 254.

Remarks

Use this as an ID for a group since an image can have multiple groups.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly