Web API Edition | ComponentOne
C1.BarCode Namespace / QRCodeOptions Class / Connection Property

In This Topic
    Connection Property (QRCodeOptions)
    In This Topic
    Gets or sets whether connection is used for the barcode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <#YUc("Desc_QRCodeOptions_Connection", "Gets or sets whether connection is used for the barcode.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Connection As Boolean
    [DefaultValue(false)]
    [#YUc("Desc_QRCodeOptions_Connection", "Gets or sets whether connection is used for the barcode.")]
    [NotifyParentProperty(true)]
    public bool Connection {get; set;}
    See Also