Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / NMatrixBarcodePainter Class
Fields Properties Methods


In This Topic
    NMatrixBarcodePainter Class Members
    In This Topic

    The following tables list the members exposed by NMatrixBarcodePainter.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Protected Fields
     NameDescription
    Internal Field (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Protected FieldThe bounds in which the barcode should be painted. (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the background fill of the barcode. (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Public PropertyGets/Sets the error correction level used by this painter. Currently taken into account only by the QR Code barcode symbology.  
    Public PropertyGets/Sets the symbology type of the matrix barcode this painter should paint.  
    Public PropertyGets/Sets the barcode text to encode and paint. (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Public PropertyGets/Sets the text (foreground) fill of the barcode. (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Top
    Protected Properties
     NameDescription
    Internal Property (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a raster with the given size and renders the barcode in it. (Inherited from Nevron.Nov.Barcode.NBarcodePainter)
    Public MethodOverloaded. Overridden. Paints the barcode.  
    Top
    Protected Methods
     NameDescription
    Protected MethodInvalidates the barcode, so it will be reencoded on the next paint.  
    Protected MethodCalled when the symbology has changed.  
    Protected MethodOverridden. Called when the text of the barcode has changed.  
    Top
    See Also