AutoSize Property (C1QRCode)
In This Topic
Gets or sets a value to determine whether control should reset its size according to the QR code image.
Syntax
'Declaration
Public Property AutoSize As System.Boolean
public System.bool AutoSize {get; set;}
See Also