Just some questions.
PdfDecoder pdf = new PdfDecoder();
pdf.Resolution = 150;
RegisteredDecoders.Decoders.Add(pdf);
I was unable to read 128 barcodes from a pdf until I set the pdf.Resolution to 150. My questions: what is the resolution property? what effect does the resolution property have on reading images of different resolutions?
Thanks