[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.PDF417Options

Class PDF417Options

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

The options of PDF417.

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

Constructors

PDF417Options()

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

public PDF417Options()

PDF417Options(string)

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

public PDF417Options(string str)

Parameters

str string

The serialized data string.

Properties

Column

Gets or sets columns number for the barcode.

public int Column { get; set; }

Property Value

int

ErrorLevel

Gets or sets the error correction level for the barcode.

public int ErrorLevel { get; set; }

Property Value

int

Row

Gets or sets row numbers for the barcode.

public int Row { get; set; }

Property Value

int

Type

Gets or sets the PDF417 barcode's type.

public PDF417Type Type { get; set; }

Property Value

PDF417Type

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()

ResetEncoding()

protected void ResetEncoding()

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.

ShouldSerializeEncoding()

protected bool ShouldSerializeEncoding()

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.