[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarCodeOptionsBase

Class BarCodeOptionsBase

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

The basic options for some BarCode.

public abstract class BarCodeOptionsBase
Inheritance
object
BarCodeOptionsBase
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

BarCodeOptionsBase()

protected BarCodeOptionsBase()

Methods

AssignFrom(BarCodeOptionsBase)

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

public abstract void AssignFrom(BarCodeOptionsBase source)

Parameters

source BarCodeOptionsBase

The source object to copy properties from.

Clone()

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

public abstract object Clone()

Returns

object

A new object that is a copy of this instance

Equals(object)

Determines whether the specified object is equal to the current object.

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 the current object; otherwise, False.

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

NotifyChangeValue()

Notifies of value changing

protected void NotifyChangeValue()