[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.RssExpandedStackedOptions

Class RssExpandedStackedOptions

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

The options of RSSExpandedStacked

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

Constructors

RssExpandedStackedOptions()

Initializes a new instance of the RssExpandedStackedOptions class.

public RssExpandedStackedOptions()

RssExpandedStackedOptions(string)

Initializes a new instance of the RssExpandedStackedOptions class.

public RssExpandedStackedOptions(string str)

Parameters

str string

The serialized data string.

Properties

RowCount

Gets or sets the number of stacked rows.

public int RowCount { get; set; }

Property Value

int

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

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.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.