[]
        
(Showing Draft Content)

C1.Document.BarcodeSizeOptions.ModuleSize

ModuleSize Property

ModuleSize

Gets or sets the barcode module size in twips.

Zero means the default value which is different for different barcode types:

  • 15 twips for simple "bar" barcodes.
  • 75 twips for matrix barcodes (QRCode, DataMatrix).
  • 45 twips for RSS stacked barcodes (RSSStacked, RSSExpandedStacked).
  • 45 twips for composite barcodes.
Declaration
[C1Description("BarcodeSizeOptions.ModuleSize", "Specifies the barcode module size in twips.")]
public double ModuleSize { get; set; }
<C1Description("BarcodeSizeOptions.ModuleSize", "Specifies the barcode module size in twips.")>
Public Property ModuleSize As Double