[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Code49Options

Class Code49Options

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

The options of Code49.

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

Constructors

Code49Options()

Initializes a new instance of the GrapeCity.Documents.Barcode.Code49 class.

public Code49Options()

Code49Options(string)

Initializes a new instance of the GrapeCity.Documents.Barcode.Code49 class.

public Code49Options(string str)

Parameters

str string

The serialized data string.

Properties

Group

Gets or sets group numbers.

public int Group { get; set; }

Property Value

int

Grouping

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

public bool Grouping { get; set; }

Property Value

bool

Methods

AssignFrom(BarCodeOptionsBase)

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

public override void AssignFrom(BarCodeOptionsBase source)

Parameters

source BarCodeOptionsBase

The source object to copy properties from.

Clone()

Makes object copy

public override object Clone()

Returns

object

Reset()

Resets all properties to default values.

public void Reset()

ShouldSerialize()

Indicates whether any property of this object has changed from its default value.

public bool ShouldSerialize()

Returns

bool

Return true if any object has changed from its default value, false otherwise.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.