WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Code39ExtendedBarcode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Code39ExtendedBarcode

    Represents a Code39 Extended barcode. Code 39 Extended is designed to encode 128 full ASCII characters.

    Inheritance
    System.Object
    BarcodeBase
    UnidimensionalBarcode
    Code39Barcode
    Code39ExtendedBarcode
    Inherited Members
    UnidimensionalBarcode.check
    UnidimensionalBarcode.ToImage()
    UnidimensionalBarcode.ToImage(Size)
    UnidimensionalBarcode.Validate(String)
    UnidimensionalBarcode.TextDisplayLocation
    UnidimensionalBarcode.ShowCheckDigit
    UnidimensionalBarcode.EnableCheckDigit
    UnidimensionalBarcode.BarcodeToTextGapHeight
    UnidimensionalBarcode.TextAlignment
    UnidimensionalBarcode.EncodeStartStopSymbols
    BarcodeBase.bounds
    BarcodeBase.barHeight
    BarcodeBase.GetSizeValue()
    BarcodeBase.BackColor
    BarcodeBase.BarColor
    BarcodeBase.NarrowBarWidth
    BarcodeBase.Text
    BarcodeBase.Location
    BarcodeBase.QuietZone
    BarcodeBase.BarHeight
    BarcodeBase.Size
    BarcodeBase.Bounds
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.WPF.dll
    Syntax
    public class Code39ExtendedBarcode : Code39Barcode

    Constructors

    Code39ExtendedBarcode()

    Initializes a new instance of the Code39ExtendedBarcode class.

    Declaration
    public Code39ExtendedBarcode()

    Code39ExtendedBarcode(String)

    Initializes a new instance of the Code39ExtendedBarcode class.

    Declaration
    public Code39ExtendedBarcode(string text)
    Parameters
    Type Name Description
    System.String text

    The Barcode text.

    Methods

    CalculateCheckDigit()

    Internal method to calculate the check-digit

    Declaration
    protected override char[] CalculateCheckDigit()
    Returns
    Type Description
    System.Char[]

    check digit

    Overrides
    Code39Barcode.CalculateCheckDigit()

    GetExtendedTextValue()

    Internal method to get the extended text.

    Declaration
    protected override void GetExtendedTextValue()
    Overrides
    UnidimensionalBarcode.GetExtendedTextValue()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved