Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string ScanOne( string fileName, bool IncludeCheckSum )
Public Function ScanOne ( fileName As String, IncludeCheckSum As Boolean ) As String
public: String^ ScanOne( String^ fileName, bool IncludeCheckSum )
member ScanOne : fileName : string * IncludeCheckSum : bool -> string