Search Results for

    Show / Hide Table of Contents

    Class Code128EncodingSegment

    Represents a segment of data encoded with a specific Code 128 character set.

    Inheritance
    System.Object
    Code128EncodingSegment
    Namespace: IronBarCode
    Assembly: IronBarCode.dll
    Syntax
    public class Code128EncodingSegment : Object

    One contiguous run of Code 128 data encoded under a single character set is described by Code128EncodingSegment. A Code 128 barcode rarely stays in one set: the encoder shifts between sets A, B, and C to pack control codes, mixed text, and digit pairs efficiently, and each shift starts a new segment. A developer reaches for this object when the goal is to understand, run by run, exactly how a payload was laid out inside the symbol.

    A segment sits inside the Segments list on Code128EncodingInfo, so a developer obtains it by inspecting an encoding report rather than constructing it directly. The object pins the run to its place and set. CharacterSet returns the Code128CharacterSet value that encoded the run, with CharacterSetName and CharacterSetShort giving readable and abbreviated labels for that set. Data holds the characters this run carried.

    The position and size fields locate and measure the run. StartPosition is the run's offset within the original data, Length is how many source characters it covers, and SymbolCount is how many barcode symbols it consumed once encoded. Reading these together shows where a costly set switch happened and how many symbols it added, which is the practical way to explain why one input produced a wider barcode than another. The segment is read-only detail describing a finished encoding, so treat it as a measurement rather than a setting. The output data formats how-to shows how to surface these results, and the reading barcodes tutorial covers the surrounding read workflow.

    using IronBarCode;
    
    foreach (Code128EncodingSegment segment in info.Segments)
        Console.WriteLine(
            $"{segment.CharacterSetName} @ {segment.StartPosition}: {segment.Data} ({segment.SymbolCount} symbols)");

    The checksum and format validation how-to walks through validating encoded data.

    Constructors

    Code128EncodingSegment()

    Declaration
    public Code128EncodingSegment()

    Properties

    CharacterSet

    The character set used for this segment.

    Declaration
    public Code128CharacterSet CharacterSet { get; }
    Property Value
    Type Description
    Code128CharacterSet

    CharacterSetName

    Gets the character set as a string (e.g., "Code A", "Code B", "Code C").

    Declaration
    public string CharacterSetName { get; }
    Property Value
    Type Description
    System.String

    CharacterSetShort

    Gets a short representation of the character set (A, B, or C).

    Declaration
    public string CharacterSetShort { get; }
    Property Value
    Type Description
    System.String

    Data

    The raw data content of this segment.

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    System.String

    Length

    The length of the data in the original input string.

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    StartPosition

    The starting position in the original input string.

    Declaration
    public int StartPosition { get; }
    Property Value
    Type Description
    System.Int32

    SymbolCount

    Number of Code 128 symbols required to encode this segment.

    Declaration
    public int SymbolCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronBarcode_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronBarcode