[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Code49Options

Code49Options Class

The options of Code49.

Inheritance
Code49Options
Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public class Code49Options : BarCodeOptionsBase
Public Class Code49Options
    Inherits BarCodeOptionsBase

Constructors

Name Description
Code49Options()

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

Code49Options(string)

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

Properties

Name Description
Group

Gets or sets group numbers.

Grouping

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

Methods

Name Description
AssignFrom(BarCodeOptionsBase)

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

Clone()

Makes object copy

Reset()

Resets all properties to default values.

ShouldSerialize()

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

ToString()

Returns a string that represents the current object.