[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.GS1CompositeOptions

Class GS1CompositeOptions

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

The options of GS1Composite

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

Constructors

GS1CompositeOptions()

Initializes a new instance of the GS1CompositeOptions class.

public GS1CompositeOptions()

Properties

Type

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

public GS1CompositeType Type { get; set; }

Property Value

GS1CompositeType

Value

Gets or sets the CCA or CCB character data.

public string Value { get; set; }

Property Value

string

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 copy of the object

public override object Clone()

Returns

object

Reset()

Resets all properties to default values.

public void Reset()

ResetValue()

protected void ResetValue()

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.

ShouldSerializeValue()

protected bool ShouldSerializeValue()

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.