VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / DrawBarcodeDecorationsMethod Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DrawBarcodeDecorationsMethod Property (WriterSettings)
    In This Topic
    Gets or sets method that draws the decorations (logo, arts and etc) on barcode image.
    Syntax
    'Declaration
    
    <XmlIgnoreAttribute()>
    <BrowsableAttribute(False)>
    Public Property DrawBarcodeDecorationsMethod As DrawBarcodeDecorationsDelegate
    
    
    [XmlIgnore()]
    [Browsable(False)]
    public DrawBarcodeDecorationsDelegate DrawBarcodeDecorationsMethod { get; set; }
    
    
    [XmlIgnore()]
    [Browsable(False)]
    public: __property DrawBarcodeDecorationsDelegate* get_DrawBarcodeDecorationsMethod();
    public: __property void set_DrawBarcodeDecorationsMethod(
    DrawBarcodeDecorationsDelegate* value
    );
    [XmlIgnore()]
    [Browsable(False)]
    public:
    property DrawBarcodeDecorationsDelegate^ DrawBarcodeDecorationsMethod { DrawBarcodeDecorationsDelegate^ get(); void set(DrawBarcodeDecorationsDelegate^ value); }
    Remarks

    Value of this property will be set to null if Barcode property is changed.

    Requirements

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

    See Also