CVB.Net 14.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
SymbologyAnalysis Class Reference

Extension methods to analyze symbologies More...

Static Public Member Functions

static bool IsGrading (this Symbology sym)
 Determine if a symbology is a grading mode. More...
 
static bool IsGradable1DCode (this Symbology sym)
 Determine whether a 1D symbology may be subject to grading (grading is not supported for all codes). More...
 
static bool Is2DCode (this Symbology sym)
 Determine if a symbology refers to a 2D code More...
 

Detailed Description

Extension methods to analyze symbologies

Member Function Documentation

◆ Is2DCode()

static bool Is2DCode ( this Symbology  sym)
static

Determine if a symbology refers to a 2D code

Parameters
symSymbology to be classified.
Returns
true if sym refers to a 2D code, false otherwise.

◆ IsGradable1DCode()

static bool IsGradable1DCode ( this Symbology  sym)
static

Determine whether a 1D symbology may be subject to grading (grading is not supported for all codes).

Parameters
symSymbology to be classified.
Returns
true if sym refers to a 1D code for which the tool is capable of gathering grading information, false otherwise.

◆ IsGrading()

static bool IsGrading ( this Symbology  sym)
static

Determine if a symbology is a grading mode.

Parameters
symSymbology to be classified.
Returns
true if sym refers to a 2D code type for which grading is supported, false otherwise.