Search found 4 matches

by rohitchavan
Sat Oct 14, 2023 11:37 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: SetQuietZoneSize(BarcodeType,Single)
Replies: 6
Views: 9512

Re: SetQuietZoneSize(BarcodeType,Single)

Hi Alex, Thanks for your suggestion, I make some changes in my code. Now its working as per our requirement. BarcodeReader reader = new BarcodeReader(); reader.Settings.ScanBarcodeTypes = BarcodeType.DataMatrix; reader.Settings.ImageScaleFactor = 1f; reader.Settings.ScanInterval = Convert.ToInt32(tx...
by rohitchavan
Fri Oct 13, 2023 1:27 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: SetQuietZoneSize(BarcodeType,Single)
Replies: 6
Views: 9512

Re: SetQuietZoneSize(BarcodeType,Single)

Hi, I used your suggested code in our application, but SetQuietZoneSize not working in my code. Might be I make some mistakes. Please share complete sample code in C# with SetQuietZoneSize function. For reading datamatrix using image, and read quiet zone grade and value. I apology for any inconvenie...
by rohitchavan
Thu Oct 12, 2023 11:19 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: SetQuietZoneSize(BarcodeType,Single)
Replies: 6
Views: 9512

Re: SetQuietZoneSize(BarcodeType,Single)

Hi, Alexander thanks for your reply. While using reader.ISO15415QualityTestSettings.SetQuietZoneSize(BarcodeType.DataMatrix, 1)) function, we get error at this line. Error : System.NullReferenceException: 'Object reference not set to an instance of an object.' Following is my some line of code Barco...
by rohitchavan
Wed Oct 11, 2023 9:13 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: SetQuietZoneSize(BarcodeType,Single)
Replies: 6
Views: 9512

SetQuietZoneSize(BarcodeType,Single)

Please suggest how to use class SetQuietZoneSize(BarcodeType,Single) to change the size of Quiet zone. Please share small code or example if possible.