[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions

GS1CompositeOptions Class

Represents GS1Composite options.

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

Constructors

Name Description
GS1CompositeOptions()

Initializes a new instance of the GS1CompositeOptions class.

GS1CompositeOptions(GS1CompositeType, string)

Initializes a new instance of the GS1CompositeOptions class.

GS1CompositeOptions(string)

Initializes a new instance of the MicroPDF417Options class.

Properties

Name Description
Type

Gets or sets the composite symbol type. Default value is None.

Value

Gets or sets the CCA or CCB character data.

Methods

Name Description
Clone()

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

ToString()

Returns a string that represents the current object.

Extension Methods