ReaderConfigFileName Property

CVB.Net Documentation
Name of the file from which this reader was loaded (string.Empty if this reader was neither loaded nor saved since its construction).

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public string FileName { get; }

Property Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the reader has already been disposed
See Also

Reference