[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.MaxiCodeOptions

Class MaxiCodeOptions

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

Represents the MaxiCode barcode's particular information.

public class MaxiCodeOptions : BarCodeOptionsBase
Inheritance
object
MaxiCodeOptions
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

MaxiCodeOptions()

Initializes a new instance of the MaxiCodeOptions class.

public MaxiCodeOptions()

MaxiCodeOptions(string)

Initializes a new instance of the MaxiCodeOptions class.

public MaxiCodeOptions(string str)

Parameters

str string

Properties

Mode

Gets or sets the MaxiCode mode.

public MaxiCodeMode Mode { get; set; }

Property Value

MaxiCodeMode

Methods

AssignFrom(BarCodeOptionsBase)

Assigns (copies) properties from another BarCodeOptionsBase to the current object.

public override void AssignFrom(BarCodeOptionsBase source)

Parameters

source BarCodeOptionsBase

Clone()

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

public override object Clone()

Returns

object

A new object that is a copy of this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

Overridden. Returns the hash code of the string representation of this instance.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.