[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.MicroPDF417Options

Class MicroPDF417Options

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

The options of MicroPDF417

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

Constructors

MicroPDF417Options()

Initializes a new instance of the MicroPDF417Options class.

public MicroPDF417Options()

MicroPDF417Options(string)

Initializes a new instance of the MicroPDF417Options class.

public MicroPDF417Options(string str)

Parameters

str string

The serialized data string.

Properties

CompactionMode

Gets or sets the CompactionMode.

public MicroPDF417SymbolCompactionMode CompactionMode { get; set; }

Property Value

MicroPDF417SymbolCompactionMode

FileID

Gets or sets the file id of structured append symbol.

public int FileID { get; set; }

Property Value

int

Remarks

Valid value is from 0 to 899.

SegmentCount

Gets or sets the segment count of structured append symbol.

public int SegmentCount { get; set; }

Property Value

int

Remarks

Valid value is from 0 to 99999.

SegmentIndex

Gets or sets the segment index of structured append symbol.

public int SegmentIndex { get; set; }

Property Value

int

Remarks

Valid value is from 0 to 99998, and less than SegmentCount.

Version

Gets or sets the symbol size.

public MicroPDF417SymbolVersion Version { get; set; }

Property Value

MicroPDF417SymbolVersion

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.