[]
The options of MicroPDF417
public class MicroPDF417Options : BarCodeOptionsBase
Initializes a new instance of the MicroPDF417Options class.
public MicroPDF417Options()
Initializes a new instance of the MicroPDF417Options class.
public MicroPDF417Options(string str)
str
stringThe serialized data string.
Gets or sets the CompactionMode.
public MicroPDF417SymbolCompactionMode CompactionMode { get; set; }
Gets or sets the file id of structured append symbol.
public int FileID { get; set; }
Valid value is from 0 to 899.
Gets or sets the segment count of structured append symbol.
public int SegmentCount { get; set; }
Valid value is from 0 to 99999.
Gets or sets the segment index of structured append symbol.
public int SegmentIndex { get; set; }
Valid value is from 0 to 99998, and less than SegmentCount.
Gets or sets the symbol size.
public MicroPDF417SymbolVersion Version { get; set; }
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public override void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseThe source object to copy properties from.
Makes object copy
public override object Clone()
Resets all properties to default values.
public void Reset()
protected void ResetEncoding()
Indicates whether any property of this object has changed from its default value.
public bool ShouldSerialize()
Return true if any object has changed from its default value, false otherwise.
protected bool ShouldSerializeEncoding()
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.