C# Barcode Generator for Planet Creation
|
Symbology | Value | Symbology Sample Code in C# | ![]() |
PLANET | PLANET |
|
Symbology Value | Symbology Character Set | Input Digits Account |
PLANET |
|
11, or 13 |
C# code of encoding data to Planet barcode using C# barcode creating API
Property Name Sample Code Data
BarCode barcode = new BarCode();
barcode.Symbology = Symbology.Planet;
barcode.Data = "98765432109";
Property | Value Type | Default Value | Property Description | Sample Code |
UOM | UnitOfMeasure | Pixel | The unit of measure; Options: Pixel Cm Inch |
BarCode barcode = new BarCode(); barcode.Symbology = Symbology.Planet; |
BarcodeImageWidth | float | 0 | Barcode image width |
|
BarcodeImageHeight | float | 0 | Barcode image height |
|
X | float | 2 | Width of module in unit of measure |
|
Y | float | 75 | Height of module in unit of measure |
|
AutoResize | bool | false | - |
|
MarginTop | float | 0 | Top margin width of the barcode image in unit of measure |
BarCode barcode = new BarCode(); barcode.Symbology = Symbology.Planet; barcode.Data = "98765432109"; |
MarginBottom | float | 0 | Bottom margin width of the barcode image in unit of measure | |
MarginLeft | float | 0 | Left margin width of the barcode image in unit of measure | |
MarginRight | float | 0 | Right margin width of the barcode image in unit of measure |
Unlike EAN/UPC or Code 128, PLANET has short bars and tall bars. The ratio of the short bar to tall bars is defined by property ShortTallRatio. ShortTallRatio = short bar height / tall bar height. |
![]() |
Property | Value Type | Default Value | Property Description | Sample Code |
ShortTallRatio | float | 0.4f | ShortTallRatio = short bar height / tall bar height |
|
The following PLANET barcode integration and creation information links relate to this product that may be of interest to you: