[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Code49Options

Code49Options Class

Represents the Code49 barcode's particular information.

Inheritance
BarCodeOptionsBase
Code49Options
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class Code49Options : BarCodeOptionsBase, ICloneable

Constructors

Name Description
Code49Options()

Initializes a new instance of the Code49Options class.

Code49Options(string)

Initializes a new instance of the Code49Options class.

Properties

Name Description
Group

Gets or sets group numbers.

Grouping

Gets or sets a value indicating whether grouping is set for the barcode.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ToString()

Returns a string that represents this instance.

Extension Methods