Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The system information about the Aspose.BarCode library can be obtained using structure BuildVersionInfo that provides the following data:
The following code sample illustrates how to implement this feature.
//the code shows the system information about Aspose.BarCode dll
Console.WriteLine("Assembly version: " + BuildVersionInfo.AssemblyVersion);
Console.WriteLine("File Version: " + BuildVersionInfo.FileVersion);
Console.WriteLine("Product: " + BuildVersionInfo.Product);
Console.WriteLine("Product Major: " + BuildVersionInfo.ProductMajor);
Console.WriteLine("Product Minor: " + BuildVersionInfo.ProductMinor);
Console.WriteLine("Release Date: " + BuildVersionInfo.ReleaseDate);
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.