Spire.Barcode is a professional barcode library specially designed for .NET developers (C#, VB.NET, ASP.NET, .NET Core) and Java developers (J2SE and J2EE) to generate, read and scan 1D & 2D barcodes.

Tue Apr 07, 2020 12:45 pm

HI<

CAN YOU TELL ME WHAT IS THE BY DEFAULT TYPE OF QR CODE HEIGHT AND WIDTH IS THAT PIXEL OR ANY THING ELSE?

YOUR SUGGESTION WILL HELP ME>

THANKS

meenakshi
 
Posts: 8
Joined: Thu Mar 05, 2020 1:02 pm

Wed Apr 08, 2020 6:48 am

Hi,

Thanks for your post.
The default unit is Millimeter. But you could use BarcodeSettings.Unit property to set other units likes Pixel.
Code: Select all
 BarcodeSettings settings = new BarcodeSettings();
settings.Type = BarCodeType.QRCode;
settings.Unit = GraphicsUnit.Pixel;


Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Thu Apr 16, 2020 1:17 pm

Thanks for your reply

meenakshi
 
Posts: 8
Joined: Thu Mar 05, 2020 1:02 pm

Fri Apr 17, 2020 1:23 am

Hi,

Thanks for your response.
Feel free to contact us if you need any other help.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.BarCode