Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarcodeSizeOptions Class / NarrowWideRatio Property

In This Topic
    NarrowWideRatio Property
    In This Topic
    Gets or sets the ratio between narrow and wide bars. Allowed values are between 2 and 3, or 0 to use code type specific ratio. The default is 2.
    Syntax
    'Declaration
     
    Public Property NarrowWideRatio As System.Single
    public System.float NarrowWideRatio {get; set;}
    See Also