ComponentOne BarCode for UWP
C1.BarCode Namespace / QRCodeOptions Class / Connection Property

In This Topic
    Connection Property
    In This Topic
    Gets or sets whether connection is used for the barcode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property Connection As System.Boolean
    [System.ComponentModel.DefaultValue(false)]
    public System.bool Connection {get; set;}
    See Also