menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Code39Extended - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Code39Extended

    The Code39Extended is an extended version of Code39. Lower characters and special characters are additionally supported.

    Inheritance
    System.Object
    SymbologyBase
    Code39
    Code39Extended
    Inherited Members
    Code39.EnableCheckSum
    Code39.EnableCheckSumProperty
    SymbologyBase.Module
    SymbologyBase.ModuleProperty
    Namespace: Syncfusion.Maui.Barcode
    Assembly: Syncfusion.Maui.Barcode.dll
    Syntax
    public class Code39Extended : Code39
    Remarks

    Since Code39Extended is self-checking, it is not normally necessary to provide a checksum. However, in applications requiring an extremely high level of accuracy, a modulo 43 checksum can be added, if the EnableCheckSum is true.

    Constructors

    Code39Extended()

    Initializes a new instance of the Code39Extended class.

    Declaration
    public Code39Extended()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved