Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / NLinearBarcodePainter Class / PaintError Method


In This Topic
    PaintError Method
    In This Topic
    Paints the given error message.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintError( _
       ByVal visitor As NPaintVisitor, _
       ByVal errorMessage() As System.Char _
    ) 
    'Usage
     
    
    Dim instance As NLinearBarcodePainter
    Dim visitor As NPaintVisitor
    Dim errorMessage() As System.Char
     
    instance.PaintError(visitor, errorMessage)
    protected virtual void PaintError( 
       NPaintVisitor visitor,
       System.char[] errorMessage
    )

    Parameters

    visitor
    errorMessage
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also