VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / RSSLinkageFlag Property
Syntax Requirements SeeAlso
In This Topic
    RSSLinkageFlag Property (WriterSettings)
    In This Topic
    Gets or sets a value indicating whether the RSS linear component has linked 2D component.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("RSS linear component has linked 2D component.")>
    <CategoryAttribute("RSS")>
    Public Property RSSLinkageFlag As Boolean
    
    
    [DefaultValue(False)]
    [Description("RSS linear component has linked 2D component.")]
    [Category("RSS")]
    public bool RSSLinkageFlag { get; set; }
    
    
    [DefaultValue(False)]
    [Description("RSS linear component has linked 2D component.")]
    [Category("RSS")]
    public: __property bool get_RSSLinkageFlag();
    public: __property void set_RSSLinkageFlag(
    bool value
    );
    [DefaultValue(False)]
    [Description("RSS linear component has linked 2D component.")]
    [Category("RSS")]
    public:
    property bool RSSLinkageFlag { bool get(); void set(bool value); }

    Property Value

    false - RSS component does not have linked 2D component;
    true - RSS component has linked 2D component, i.e. RSS barcode is composite barcode.
    Default value is false.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also