API Reference
Class
BarcodeAsciiRenderOptions
Rendering options for ASCII 1D barcodes.
Inheritance
- Object
- BarcodeAsciiRenderOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method Barcode.Ascii
- Method Barcode.SaveAscii
- Method BarcodeBuilder.Ascii
- Method BarcodeBuilder.SaveAscii
- Method BarcodeEasy.RenderAscii
- Method BarcodeEasy.RenderAsciiToFile
- Method BarcodeAsciiRenderer.Render
Constructors
public BarcodeAsciiRenderOptions() #Methods
public BarcodeAsciiRenderOptions WithDark(String dark) #Returns:
BarcodeAsciiRenderOptionsSets the character(s) used for bars.
Parameters
- dark System.String
public BarcodeAsciiRenderOptions WithHeight(Int32 height) #Returns:
BarcodeAsciiRenderOptionsSets the height in text rows.
Parameters
- height System.Int32
public BarcodeAsciiRenderOptions WithLight(String light) #Returns:
BarcodeAsciiRenderOptionsSets the character(s) used for spaces.
Parameters
- light System.String
public BarcodeAsciiRenderOptions WithModuleWidth(Int32 width) #Returns:
BarcodeAsciiRenderOptionsSets the module width in characters.
Parameters
- width System.Int32
public BarcodeAsciiRenderOptions WithNewLine(String newLine) #Returns:
BarcodeAsciiRenderOptionsSets the line separator.
Parameters
- newLine System.String
public BarcodeAsciiRenderOptions WithQuietZone(Int32 quietZone) #Returns:
BarcodeAsciiRenderOptionsSets the quiet zone size in modules.
Parameters
- quietZone System.Int32
Inherited Methods
Properties
public Int32 ModuleWidth { get; set; } #Module width in characters.
public Int32 QuietZone { get; set; } #Quiet zone size in modules.
public Int32 Height { get; set; } #Height in text rows.
public String Dark { get; set; } #Character(s) used for bars.
public String Light { get; set; } #Character(s) used for spaces.
public String NewLine { get; set; } #Line separator used between rows.