[]
The options of PDF417.
public class PDF417Options : BarCodeOptionsBase
Initializes a new instance of the GrapeCity.Documents.Barcode.PDF417 class.
public PDF417Options()
Initializes a new instance of the GrapeCity.Documents.Barcode.PDF417 class.
public PDF417Options(string str)
str
stringThe serialized data string.
Gets or sets columns number for the barcode.
public int Column { get; set; }
Gets or sets the error correction level for the barcode.
public int ErrorLevel { get; set; }
Gets or sets row numbers for the barcode.
public int Row { get; set; }
Gets or sets the PDF417 barcode's type.
public PDF417Type Type { 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.