VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / MailmarkCmdmType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
MailmarkCmdmType Enumeration
In This Topic
Specifies available types of Mailmark 2D CMDM barcode.
Syntax
'Declaration

Public Enum MailmarkCmdmType
   Inherits System.Enum

public enum MailmarkCmdmType : System.Enum

Members
MemberDescription
CmdmType72D CMDM type 7 (24 x 24 modules).
CmdmType92D CMDM type 9 (32 x 32 modules).
CmdmType292D CMDM type 29 (16 x 48 modules).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.SymbologySubsets.MailmarkCmdmType

Requirements

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

See Also