| Visual Basic (Declaration) | |
|---|---|
Public Property FileIdLow As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int FileIdLow {get; set;} | |
Return Value
Low byte of the file ID number. Possible values range from 1 to 254.For an example, refer to BarcodeEngine.Write example.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code