FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Document Namespace / BarcodeOptions Class / RssExpandedStacked Property

In This Topic
    RssExpandedStacked Property (BarcodeOptions)
    In This Topic
    Gets or sets a GrapeCity.Documents.Barcode.RssExpandedStackedOptions object specifying additional options for RSS expanded stacked barcodes.
    Syntax
    'Declaration
     
    Public Property RssExpandedStacked As GrapeCity.Documents.Barcode.RssExpandedStackedOptions
    public GrapeCity.Documents.Barcode.RssExpandedStackedOptions RssExpandedStacked {get; set;}
    See Also