CVB.Net 15.0
Loading...
Searching...
No Matches
ConfigBase< T > Class Template Referenceabstract

Base class for all symbology configurations. More...

Inherits ConfigBase.

Inherited by AustraliaPost, Code11, Code128, Code32, Code39, Code93, CompositeCodeBase< T >, DataMatrix, DotCode, DutchPost, Interleaved2of5, MicroPdf417, MicroQR, Pdf417, Pharmacode, QR, RoyalMail, and UspsIntelligentMail.

Public Member Functions

SetEnabled (bool enabled)
 Sets value for IsEnabled.
 

Additional Inherited Members

- Properties inherited from ConfigBase
virtual bool IsEnabled [get, set]
 The enabled state of this symbology.
 
Decoder Decoder [get]
 Decoder this config belongs to.
 

Detailed Description

Base class for all symbology configurations.

Template Parameters
TType of the concrete symbology configuration.
Type Constraints
T :ConfigBase<T> 

Member Function Documentation

◆ SetEnabled()

T SetEnabled ( bool enabled)

Sets value for IsEnabled.

Parameters
enabledValue for IsEnabled.
Returns
Configuration.