[]
The options of RSSExpandedStacked
public class RssExpandedStackedOptions : BarCodeOptionsBase
Initializes a new instance of the RssExpandedStackedOptions class.
public RssExpandedStackedOptions()
Initializes a new instance of the RssExpandedStackedOptions class.
public RssExpandedStackedOptions(string str)
str
stringThe serialized data string.
Gets or sets the number of stacked rows.
public int RowCount { 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()
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.
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.