Barcode.Get_DatamatrixAsBase64 Method

Public Function Get_DatamatrixAsBase64( _ 
ByVal Typ As DmtxScheme, _ 
ByVal InHalt As String, _ 
ByVal ModuleSize As Integer, _ 
ByVal Marigin As Integer, _ 
ByVal Rotation As Integer, _ 
ByVal TextPlacement As String, _ 
ByVal HrText As String, _ 
ByVal HrFontName As String, _ 
ByVal HrFontSize As Integer
) As String
This language is not supported or no code example is available.
public string Get_DatamatrixAsBase64( 
DmtxScheme Typ
string InHalt
int ModuleSize
int Marigin
int Rotation
string TextPlacement
string HrText
string HrFontName
int HrFontSize 
)
This language is not supported or no code example is available.
public:  
String^ Get_DatamatrixAsBase64( 
DmtxScheme Typ
String^ InHalt
int ModuleSize
int Marigin
int Rotation
String^ TextPlacement
String^ HrText
String^ HrFontName
int HrFontSize 
)
This language is not supported or no code example is available.
public function Get_DatamatrixAsBase64( 
Typ : DmtxScheme
InHalt : String
ModuleSize : int
Marigin : int
Rotation : int
TextPlacement : String
HrText : String
HrFontName : String
HrFontSize : int 
) : String;
This language is not supported or no code example is available.

Parameters

Typ
DmtxScheme

InHalt
string

ModuleSize
int

Marigin
int

Rotation
int

TextPlacement
string

HrText
string

HrFontName
string

HrFontSize
int

Return Value

string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition