Web API Edition | ComponentOne
C1.BarCode Namespace / Ean128Fnc1Options Class / ModuleSize Property

In This Topic
    ModuleSize Property (Ean128Fnc1Options)
    In This Topic
    Gets or sets the horizontal size of the barcode module.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <#YUc("Desc_Ean128Fnc1Options_ModuleSize", "Gets or sets the horizontal size of the barcode module.")>
    Public Property ModuleSize As Integer
    [DefaultValue(0)]
    [#YUc("Desc_Ean128Fnc1Options_ModuleSize", "Gets or sets the horizontal size of the barcode module.")]
    public int ModuleSize {get; set;}
    See Also