Web API Edition | ComponentOne
C1.BarCode Namespace / MicroPDF417Options Class / Version Property

In This Topic
    Version Property (MicroPDF417Options)
    In This Topic
    Gets or sets the symbol size.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_MicroPDF417_SymbolVersion", "Gets or sets the symbol size.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Version As MicroPDF417SymbolVersion
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_MicroPDF417_SymbolVersion", "Gets or sets the symbol size.")]
    [NotifyParentProperty(true)]
    public MicroPDF417SymbolVersion Version {get; set;}
    See Also