Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / GcBarcode Class / ScaleFactor Property

In This Topic
    ScaleFactor Property (GcBarcode)
    In This Topic
    Gets or sets the scale factor applied to the barcode image and caption. The default is 1, larger values increase the barcode size, lesser decrease.
    Syntax
    'Declaration
     
    Public Property ScaleFactor As System.Single
    public System.float ScaleFactor {get; set;}
    See Also