Skip to content

Latest commit

 

History

History
176 lines (163 loc) · 38.9 KB

File metadata and controls

176 lines (163 loc) · 38.9 KB
name one-dimensional-barcode-types
description C# examples for One Dimensional Barcode Types using Aspose.BarCode for .NET
language csharp
framework net10.0
parent ../agents.md

AGENTS - One Dimensional Barcode Types

Persona

You are a C# developer specializing in barcode generation and recognition using Aspose.BarCode for .NET, working within the One Dimensional Barcode Types category. This folder contains standalone C# examples for One Dimensional Barcode Types operations. See the root agents.md for repository-wide conventions and boundaries.

Required Namespaces

  • using System;
  • using System.IO;
  • using Aspose.BarCode.Generation;
  • using Aspose.BarCode.BarCodeRecognition;

Files in this folder

File Key APIs Description
adjust-barcode-text-font-to-arial-size-12-pt-and-center-text-beneath-bars.cs FontUnit Adjust barcode text font to Arial, size 12 pt, and center the text beneath the bars.
align-barcode-text-to-center-and-enable-automatic-scaling-to-fit-within-narrow-barcode-width.cs Align barcode text to center and enable automatic scaling to fit within narrow barcode wid...
align-barcode-text-to-center-enable-automatic-scaling-and-generate-image-suitable-for-narrow-receipt-printing.cs BarcodeGenerator Align barcode text to center, enable automatic scaling, and generate image suitable for na...
align-barcode-text-to-left-enable-automatic-scaling-and-generate-image-suitable-for-narrow-column-layout.cs BarcodeGenerator Align barcode text to left, enable automatic scaling, and generate image suitable for narr...
align-barcode-text-to-right-enable-automatic-scaling-and-generate-image-for-narrow-label-printing.cs BarcodeGenerator Align barcode text to right, enable automatic scaling, and generate image for narrow label...
align-barcode-text-to-right-positioning-human-readable-characters-at-far-right-of-image.cs Align barcode text to the right, positioning human‑readable characters at the far right of...
apply-blue-foreground-color-and-light-gray-background-color-to-improve-printed-barcode-contrast.cs BarcodeColorParameters Apply blue foreground color and light‑gray background color to improve printed barcode con...
apply-custom-background-color-named-lightcoral-to-match-ui-theme-requirements.cs BarcodeColorParameters Apply a custom background color named “LightCoral” to match UI theme requirements.
apply-custom-background-color-named-mistyrose-to-create-soft-pastel-appearance-for-barcode.cs BarcodeColorParameters Apply a custom background color named “MistyRose” to create a soft pastel appearance for t...
apply-custom-background-color-to-itf-barcodes-before-rendering-export-jpeg.cs BarcodeColorParameters Apply custom background color to ITF barcodes before rendering, export JPEG.
apply-custom-background-color-using-argb-value-255-255-255-0-to-create-semi-transparent-effect.cs BarcodeColorParameters Apply a custom background color using ARGB value (255,255,255,0) to create a semi‑transpar...
apply-custom-foreground-color-to-code-16k-barcodes-verify-accessibility-contrast-compliance.cs BarcodeColorParameters Apply custom foreground color to Code 16K barcodes, verify accessibility contrast complian...
apply-custom-foreground-color-using-hexadecimal-value-ff6600-to-match-corporate-branding.cs BarcodeColorParameters Apply custom foreground color using hexadecimal value #FF6600 to match corporate branding.
apply-custom-foreground-color-using-hsl-values-to-achieve-specific-branding-shade.cs BarcodeColorParameters Apply a custom foreground color using HSL values to achieve a specific branding shade.
apply-custom-foreground-color-using-rgb-128-0-128-to-produce-purple-barcode-for-branding-purposes.cs BarcodeColorParameters Apply a custom foreground color using RGB (128,0,128) to produce a purple barcode for bran...
apply-gradient-background-using-two-colors-to-create-visually-appealing-barcode.cs BarcodeColorParameters Apply a gradient background using two colors to create a visually appealing barcode.
batch-generate-barcodes-from-database-query-using-each-record-s-identifier-as-codetext-and-saving-as-jpeg.cs BarcodeGenerator Batch generate barcodes from a database query, using each record’s identifier as CodeText ...
batch-generate-barcodes-from-excel-spreadsheet-using-each-row-s-value-as-codetext-and-exporting-png-files.cs BarcodeGenerator Batch generate barcodes from an Excel spreadsheet, using each row’s value as CodeText and ...
batch-generate-barcodes-from-json-array-using-each-element-as-codetext-and-saving-each-as-jpeg.cs BarcodeGenerator Batch generate barcodes from a JSON array, using each element as CodeText and saving each ...
batch-generate-barcodes-from-list-of-urls-using-each-url-as-codetext-and-saving-as-png-files.cs BarcodeGenerator Batch generate barcodes from a list of URLs, using each URL as CodeText and saving as PNG ...
batch-generate-codabar-barcodes-from-csv-file-applying-alternating-start-symbols-for-visual-variety.cs BarcodeGenerator Batch generate Codabar barcodes from a CSV file, applying alternating start symbols for vi...
batch-generate-codabar-barcodes-using-data-from-sql-query-saving-each-as-jpeg-file-with-identifier-name.cs BarcodeGenerator Batch generate Codabar barcodes using data from a SQL query, saving each as a JPEG file wi...
batch-generate-code-16k-barcodes-for-product-id-list-storing-each-as-bmp-file.cs BarcodeGenerator Batch generate Code 16K barcodes for product ID list, storing each as BMP file.
batch-generate-itf-barcodes-for-inventory-list-applying-individual-frame-thickness-save-zip-archive.cs BarcodeGenerator Batch generate ITF barcodes for inventory list, applying individual frame thickness, save ...
batch-import-xml-configurations-apply-each-to-generate-barcode-and-store-images-in-timestamped-folder.cs BarcodeGenerator Batch import XML configurations, apply each to generate a barcode, and store images in a t...
batch-process-directory-of-xml-configuration-files-generating-corresponding-barcode-images-and-logging-any-errors-encoun.cs BarcodeGenerator Batch process a directory of XML configuration files, generating corresponding barcode ima...
batch-process-folder-of-xml-configuration-files-generating-barcode-for-each-and-saving-as-tiff-images.cs BarcodeGenerator Batch process a folder of XML configuration files, generating a barcode for each and savin...
batch-process-list-of-identifiers-generate-codabar-barcodes-with-start-symbol-c-and-save-each-as-tiff-file.cs BarcodeGenerator Batch process a list of identifiers, generate Codabar barcodes with start symbol C, and sa...
configure-barcode-resolution-to-300-dpi-and-save-generated-image-as-high-resolution-jpeg.cs BarcodeGenerator Configure barcode resolution to 300 DPI and save the generated image as a high‑resolution ...
configure-barcode-to-use-mod16-checksum-generate-image-and-programmatically-verify-checksum-matches-expected-mod16-value.cs BarcodeGenerator Configure barcode to use Mod16 checksum, generate image, and programmatically verify check...
configure-barcode-to-use-mod16-checksum-mode-and-validate-checksum-after-generation.cs ChecksumValidation, BarcodeGenerator Configure barcode to use Mod16 checksum mode and validate the checksum after generation.
configure-barcode-to-use-transparent-background-for-overlay-on-existing-images.cs Configure barcode to use a transparent background for overlay on existing images.
configure-barcode-to-use-transparent-background-then-embed-generated-png-into-html-email-body.cs BarcodeGenerator Configure barcode to use transparent background, then embed generated PNG into an HTML ema...
configure-code-16k-quiet-zones-to-match-printer-margin-requirements-generate-pdf-output.cs BarcodeGenerator Configure Code 16K quiet zones to match printer margin requirements, generate PDF output.
configure-databar-parameters-to-generate-stacked-barcodes-with-aspect-ratio-ten-disable-2d-component-for-testing.cs BarcodeGenerator Configure DataBar parameters to generate stacked barcodes with aspect ratio ten, disable 2...
configure-itf-parameters-with-thick-frame-style-and-quiet-zone-coefficient-03-render-tiff.cs Configure ITF parameters with thick frame style and quiet zone coefficient 0.3, render TIF...
create-barcode-enable-showcodetext-and-position-text-below-bars-with-custom-vertical-offset.cs Create a barcode, enable ShowCodeText, and position text below bars with custom vertical o...
create-barcode-set-forecolor-to-123456-and-verify-exact-color-appears-in-saved-image.cs Create a barcode, set ForeColor to #123456, and verify the exact color appears in the save...
create-barcode-set-forecolor-to-dark-red-and-verify-color-appears-correctly-in-saved-png.cs Create a barcode, set ForeColor to dark red, and verify color appears correctly in saved P...
create-barcode-set-height-to-40-mm-and-ensure-bars-remain-within-image-bounds.cs Create a barcode, set Height to 40 mm, and ensure bars remain within image bounds.
create-barcode-set-showcodetext-to-false-and-verify-that-no-human-readable-text-appears.cs Create a barcode, set ShowCodeText to false, and verify that no human‑readable text appear...
create-barcode-with-custom-background-color-f0f0f0-light-gray-and-save-as-bmp-file.cs BarcodeColorParameters Create a barcode with custom background color #F0F0F0 (light gray) and save as a BMP file.
create-barcode-with-custom-text-font-calibri-size-13-pt-and-align-text-right-of-barcode.cs FontUnit Create a barcode with custom text font Calibri, size 13 pt, and align text right of the ba...
create-barcode-with-custom-text-font-verdana-size-10-pt-and-align-text-left-of-bars.cs FontUnit Create a barcode with custom text font Verdana, size 10 pt, and align text left of the bar...
create-barcode-with-custom-text-positioned-above-bars-top-placement.cs Create a barcode with custom text positioned above the bars (top placement).
create-barcode-with-showcodetext-disabled-to-produce-image-without-human-readable-text.cs Create a barcode with ShowCodeText disabled to produce an image without human‑readable tex...
create-barcode-with-width-reduction-of-25-percent-and-test-readability-with-handheld-scanner.cs Create a barcode with width reduction of 25 percent and test readability with a handheld s...
create-barcode-with-width-reduction-set-to-30-percent-and-verify-scanner-readability.cs Create a barcode with width reduction set to 30 percent and verify scanner readability.
create-barcode-with-width-reduction-set-to-5-percent-and-test-readability-on-low-resolution-mobile-scanners.cs Create a barcode with width reduction set to 5 percent and test readability on low‑resolut...
create-batch-job-processing-directory-of-csv-files-outputting-code-16k-images.cs Create batch job processing directory of CSV files, outputting Code 16K images.
create-databar-expanded-stacked-barcode-with-three-columns-aspect-ratio-eight-save-bmp-image.cs Create DataBar Expanded Stacked barcode with three columns, aspect ratio eight, save BMP i...
create-function-adjusting-itf-quiet-zone-coefficient-based-on-user-margin-return-jpeg-image.cs Create function adjusting ITF quiet zone coefficient based on user margin, return JPEG ima...
create-memorystream-render-barcode-into-it-and-return-stream-from-web-api.cs Create a MemoryStream, render the barcode into it, and return the stream from a web API.
create-powershell-module-accepting-barcode-data-outputting-code-16k-png-with-specified-quiet-zones.cs Create PowerShell module accepting barcode data, outputting Code 16K PNG with specified qu...
create-web-api-endpoint-returning-generated-code-16k-barcode-image-based-on-query-parameters.cs BarcodeGenerator Create web API endpoint returning generated Code 16K barcode image based on query paramete...
develop-console-application-reading-csv-barcode-data-creating-corresponding-code-16k-png-images.cs BarCodeReader Develop console application reading CSV barcode data, creating corresponding Code 16K PNG ...
develop-script-reading-barcode-specs-from-json-creating-databar-images-saving-to-folder.cs BarCodeReader Develop script reading barcode specs from JSON, creating DataBar images, saving to folder.
enable-automatic-size-adjustment-so-dimensions-adapt-based-on-length-of-codetext.cs Enable automatic size adjustment so dimensions adapt based on the length of CodeText.
enable-checksum-calculation-choose-mod10-algorithm-and-verify-checksum-after-generation.cs EnableChecksum, BarcodeGenerator Enable checksum calculation, choose Mod10 algorithm, and verify the checksum after generat...
export-barcode-configuration-to-xml-edit-forecolor-attribute-to-green-re-import-and-generate-updated-image.cs BarcodeGenerator Export barcode configuration to XML, edit ForeColor attribute to green, re‑import, and gen...
export-barcode-state-to-xml-change-widthreduction-to-10-percent-re-import-and-generate-updated-barcode.cs BarcodeGenerator Export barcode state to XML, change WidthReduction to 10 percent, re‑import, and generate ...
export-barcode-state-to-xml-modify-widthreduction-attribute-and-re-import-to-observe-visual-changes.cs Export barcode state to XML, modify WidthReduction attribute, and re‑import to observe vis...
export-barcode-xml-edit-ydimension-attribute-re-import-and-observe-vertical-size-adjustment.cs Export barcode XML, edit YDimension attribute, re‑import, and observe vertical size adjust...
export-barcode-xml-modify-codabarstopsymbol-to-b-re-import-and-generate-barcode-with-new-stop-character.cs BarcodeGenerator Export barcode XML, modify CodabarStopSymbol to B, re‑import, and generate barcode with ne...
export-barcode-xml-state-edit-ydimension-re-render-to-observe-size-change.cs Export barcode XML state, edit YDimension, re‑render to observe size change.
export-current-barcode-configuration-to-xml-file-then-import-it-in-another-application.cs Export current barcode configuration to an XML file, then import it in another application...
generate-50-codabar-barcodes-from-csv-file-saving-each-as-individual-png-image.cs BarcodeGenerator Generate 50 Codabar barcodes from a CSV file, saving each as an individual PNG image.
generate-barcode-apply-custom-foreground-color-ff00ff-export-to-png-and-verify-color-accuracy-with-image-analysis.cs BarcodeColorParameters, BarcodeGenerator Generate a barcode, apply custom foreground color #FF00FF, export to PNG, and verify color...
generate-barcode-disable-showcodetext-and-confirm-output-contains-only-barcode-pattern.cs BarcodeGenerator Generate a barcode, disable ShowCodeText, and confirm output contains only the barcode pat...
generate-barcode-export-its-xml-edit-codabarstartsymbol-attribute-and-re-import-to-change-start-character.cs BarcodeGenerator Generate a barcode, export its XML, edit CodabarStartSymbol attribute, and re‑import to ch...
generate-barcode-export-its-xml-modify-codabarchecksummode-to-mod16-re-import-and-verify-checksum-calculation.cs BarcodeGenerator Generate a barcode, export its XML, modify CodabarChecksumMode to Mod16, re‑import, and ve...
generate-barcode-image-at-600-dpi-resolution-for-high-quality-glossy-label-printing.cs BarcodeGenerator Generate a barcode image at 600 DPI resolution for high‑quality glossy label printing.
generate-barcode-set-showcodetext-to-false-and-confirm-only-bars-are-present-in-output-file.cs BarcodeGenerator Generate a barcode, set ShowCodeText to false, and confirm only bars are present in the ou...
generate-barcode-set-showcodetext-to-true-and-position-text-above-bars-with-small-vertical-offset.cs BarcodeGenerator Generate a barcode, set ShowCodeText to true, and position text above bars with a small ve...
generate-barcode-with-custom-foreground-color-00ff00-lime-and-save-as-high-quality-tiff-file.cs BarcodeColorParameters, BarcodeGenerator Generate a barcode with custom foreground color #00FF00 (lime) and save as a high‑quality ...
generate-barcode-with-xdimension-of-033-mm-to-meet-specific-industry-size-standards.cs BarcodeGenerator Generate a barcode with XDimension of 0.33 mm to meet specific industry size standards.
generate-codabar-barcode-with-start-symbol-b-stop-symbol-c-and-embed-image-in-html-page.cs BarcodeGenerator Generate a Codabar barcode with start symbol B, stop symbol C, and embed the image in an H...
generate-codabar-barcode-with-start-symbol-c-stop-symbol-d-and-embed-image-in-word-document.cs BarcodeGenerator Generate a Codabar barcode with start symbol C, stop symbol D, and embed the image in a Wo...
generate-codabar-barcode-with-start-symbol-stop-symbol-b-and-embed-it-in-pdf-report.cs BarcodeGenerator Generate a Codabar barcode with start symbol A, stop symbol B, and embed it in a PDF repor...
generate-codabar-barcode-with-start-symbol-stop-symbol-d-and-embed-png-in-pdf-report.cs BarcodeGenerator Generate a Codabar barcode with start symbol A, stop symbol D, and embed the PNG in a PDF ...
generate-codablock-f-barcode-with-multiline-data-and-export-image-as-bmp-file.cs BarcodeGenerator Generate a Codablock‑F barcode with multiline data and export the image as a BMP file.
generate-code-16k-barcode-with-aspect-ratio-nine-and-save-as-png-image.cs BarcodeGenerator Generate a Code 16K barcode with aspect ratio nine and save as PNG image.
generate-code-16k-barcode-with-maximum-77-characters-save-high-resolution-tiff.cs BarcodeGenerator Generate Code 16K barcode with maximum 77 characters, save high‑resolution TIFF.
generate-code-16k-barcodes-with-varying-quiet-zone-coefficients-in-loop-store-png-files.cs BarcodeGenerator Generate Code 16K barcodes with varying quiet zone coefficients in loop, store PNG files.
generate-itf-14-barcode-encoding-gtin-applying-custom-frame-thickness-save-as-png.cs BarcodeGenerator Generate ITF‑14 barcode encoding GTIN, applying custom frame thickness, save as PNG.
generate-itf-barcodes-with-alternating-frame-styles-per-row-export-multi-page-pdf-collection.cs BarcodeGenerator Generate ITF barcodes with alternating frame styles per row, export multi‑page PDF collect...
generate-itf-barcodes-with-quiet-zone-coefficient-02-embed-into-existing-pdf-report.cs BarcodeGenerator Generate ITF barcodes with quiet zone coefficient 0.2, embed into existing PDF report.
generate-series-of-codabar-barcodes-with-alternating-start-symbols-and-b-saving-each-as-separate-jpeg.cs BarcodeGenerator Generate a series of Codabar barcodes with alternating start symbols A and B, saving each ...
generate-series-of-databar-expanded-stacked-barcodes-with-varying-column-counts-compile-single-pdf-document.cs BarcodeGenerator Generate series of DataBar Expanded Stacked barcodes with varying column counts, compile s...
implement-caching-for-generated-databar-barcode-images-to-improve-high-traffic-web-performance.cs BarcodeGenerator Implement caching for generated DataBar barcode images to improve high‑traffic web perform...
implement-error-handling-for-code-16k-aspect-ratios-below-eight-log-descriptive-messages.cs Implement error handling for Code 16K aspect ratios below eight, log descriptive messages.
implement-feature-rotating-generated-databar-barcodes-90-degrees-before-exporting-png.cs BarcodeGenerator Implement feature rotating generated DataBar barcodes 90 degrees before exporting PNG.
implement-ui-allowing-users-to-set-quiet-zone-left-and-right-coefficients-preview-barcode.cs Implement UI allowing users to set quiet zone left and right coefficients, preview barcode...
instantiate-barcodebuilder-set-codetext-select-codabar-symbology-and-render-to-png-file.cs DecodeType Instantiate BarCodeBuilder, set CodeText, select Codabar symbology, and render to PNG file...
iterate-through-list-of-product-codes-generate-codabar-barcodes-and-store-each-in-zip-archive.cs BarcodeGenerator Iterate through a list of product codes, generate Codabar barcodes, and store each in a zi...
load-barcode-settings-from-xml-file-modify-xdimension-and-re-save-updated-xml.cs Load barcode settings from an XML file, modify XDimension, and re‑save the updated XML.
produce-continuous-databar-omnidirectional-barcodes-with-bar-height-50-pixels-output-jpeg.cs Produce continuous DataBar Omnidirectional barcodes with bar height 50 pixels, output JPEG...
render-barcode-directly-to-file-stream-using-save-method-then-close-stream-to-release-resources.cs Render barcode directly to a file stream using Save method, then close the stream to relea...
render-barcode-directly-to-systemdrawingbitmap-object-for-further-gdi-manipulation.cs Render barcode directly to a System.Drawing.Bitmap object for further GDI+ manipulation.
render-barcode-to-memorystream-convert-stream-to-base64-string-for-json-api-response.cs Render barcode to a MemoryStream, convert the stream to a Base64 string for JSON API respo...
render-barcode-to-png-stream-and-upload-directly-to-azure-blob-storage-container.cs Render barcode to a PNG stream and upload directly to an Azure Blob storage container.
render-databar-stacked-barcodes-with-custom-column-counts-export-each-to-separate-pdf-pages.cs Render DataBar stacked barcodes with custom column counts, export each to separate PDF pag...
set-barcode-background-to-transparent-then-composite-generated-png-onto-background-image-for-ui-display.cs BarcodeGenerator Set barcode background to transparent, then composite the generated PNG onto a background ...
set-barcode-background-to-white-and-foreground-to-black-for-maximum-contrast-in-scanned-documents.cs Set barcode background to white and foreground to black for maximum contrast in scanned do...
set-barcode-background-to-white-foreground-to-black-and-generate-image-for-high-contrast-scanning-environments.cs BarcodeGenerator Set barcode background to white, foreground to black, and generate image for high‑contrast...
set-barcode-height-for-continuous-databar-types-to-70-pixels-compare-jpeg-and-png-outputs.cs Set barcode height for continuous DataBar types to 70 pixels, compare JPEG and PNG outputs...
set-barcode-height-to-50-mm-while-keeping-default-xdimension-to-preserve-aspect-ratio.cs Set barcode height to 50 mm while keeping default XDimension to preserve aspect ratio.
set-barcode-resolution-to-120-dpi-generate-image-and-compare-visual-quality-against-300-dpi-reference.cs BarcodeGenerator Set barcode resolution to 120 DPI, generate image, and compare visual quality against 300 ...
set-barcode-resolution-to-200-dpi-generate-image-and-compare-file-size-against-300-dpi-version.cs BarcodeGenerator Set barcode resolution to 200 DPI, generate image, and compare file size against 300 DPI v...
set-barcode-resolution-to-250-dpi-generate-png-and-evaluate-file-size-for-storage-optimization.cs BarcodeGenerator Set barcode resolution to 250 DPI, generate PNG, and evaluate file size for storage optimi...
set-barcode-resolution-to-72-dpi-for-quick-preview-generation-in-web-thumbnail-view.cs BarcodeGenerator Set barcode resolution to 72 DPI for quick preview generation in a web thumbnail view.
set-barcode-resolution-to-96-dpi-for-standard-screen-display-then-render-image-for-web-preview.cs Set barcode resolution to 96 DPI for standard screen display, then render image for web pr...
set-barcode-text-font-to-comic-sans-ms-size-11-pt-and-align-text-centrally-for-decorative-labels.cs FontUnit Set barcode text font to Comic Sans MS, size 11 pt, and align text centrally for decorativ...
set-barcode-text-font-to-times-new-roman-italic-style-size-16-pt-for-emphasis.cs FontUnit Set barcode text font to Times New Roman, italic style, size 16 pt for emphasis.
set-barcode-text-font-to-verdana-bold-style-size-14-pt-for-improved-readability.cs FontUnit Set barcode text font to Verdana, bold style, size 14 pt for improved readability.
set-barcode-width-reduction-to-20-percent-to-fit-narrow-label-spaces.cs Set barcode width reduction to 20 percent to fit narrow label spaces.
set-barcode-xdimension-to-04-mm-and-ydimension-to-25-mm-to-meet-specific-label-dimensions.cs Set barcode XDimension to 0.4 mm and YDimension to 25 mm to meet specific label dimensions...
set-codabar-start-symbol-to-c-and-stop-symbol-to-d-then-generate-barcode-with-sample-data.cs BarcodeGenerator Set Codabar start symbol to C and stop symbol to D, then generate barcode with sample data...
set-code-16k-left-quiet-zone-coefficient-05-and-right-coefficient-07-export-jpeg.cs
set-databar-stacked-parameters-aspect-ratio-twelve-enable-2d-component-generate-pdf-output.cs BarcodeGenerator Set DataBar stacked parameters aspect ratio twelve, enable 2D component, generate PDF outp...
set-xdimension-to-033-mm-for-code-16k-generation-verify-quiet-zone-scaling.cs BarcodeGenerator Set XDimension to 0.33 mm for Code 16K generation, verify quiet zone scaling.
set-xdimension-to-05-mm-and-ydimension-to-30-mm-before-generating-barcode-image.cs BarcodeGenerator Set XDimension to 0.5 mm and YDimension to 30 mm before generating the barcode image.
use-barcodebuilder-to-create-barcode-and-retrieve-raw-byte-array-for-network-transmission.cs Use BarCodeBuilder to create a barcode and retrieve the raw byte array for network transmi...
use-databarparameters-to-disable-2d-component-for-specific-barcode-verify-output-format.cs Use DataBarParameters to disable 2D component for specific barcode, verify output format.
write-method-dynamically-adjusting-code-16k-aspect-ratio-based-on-input-string-length-for-consistent-visual-size.cs Write method dynamically adjusting Code 16K aspect ratio based on input string length for ...
write-unit-tests-validating-databar-stacked-aspect-ratio-calculations-for-values-eight-to-fifteen.cs Unit Write unit tests validating DataBar stacked aspect ratio calculations for values eight to ...

Category Statistics

  • Total examples: 126
  • Failed: 0
  • Pass rate: 100.0%

Key API Surface

  • BarcodeGenerator
  • EncodeTypes
  • BarCodeReader
  • DecodeType
  • EnableChecksum
  • ChecksumValidation

Failed Tasks

All tasks passed ✅

Updated: 2026-07-03 | Examples: 126