[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.MaxiCodeOptions

MaxiCodeOptions Class

Represents the MaxiCode barcode's particular information.

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

Constructors

Name Description
MaxiCodeOptions()

Initializes a new instance of the MaxiCodeOptions class.

MaxiCodeOptions(string)

Initializes a new instance of the MaxiCodeOptions class.

Properties

Name Description
Mode

Gets or sets the MaxiCode mode.

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