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

In This Topic
    Model Property (QRCodeOptions)
    In This Topic
    Gets or sets the QRCode model.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_QRCodeOptions_Model", "Gets or sets the QRCode model.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Model As QRCodeModel
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_QRCodeOptions_Model", "Gets or sets the QRCode model.")]
    [NotifyParentProperty(true)]
    public QRCodeModel Model {get; set;}
    See Also