Barcode.Get_LinerBarcode Method

Public Function Get_LinerBarcode( _ 
ByVal Typ As Symbology, _ 
ByVal Inhalt As String, _ 
ByVal HrText As String, _ 
ByVal HrPosition As String, _ 
ByVal HrFont As String, _ 
ByVal HrSize As Integer, _ 
ByVal Rotation As Integer
) As Image
This language is not supported or no code example is available.
public Image Get_LinerBarcode( 
Symbology Typ
string Inhalt
string HrText
string HrPosition
string HrFont
int HrSize
int Rotation 
)
This language is not supported or no code example is available.
public:  
Image^ Get_LinerBarcode( 
Symbology Typ
String^ Inhalt
String^ HrText
String^ HrPosition
String^ HrFont
int HrSize
int Rotation 
)
This language is not supported or no code example is available.
public function Get_LinerBarcode( 
Typ : Symbology
Inhalt : String
HrText : String
HrPosition : String
HrFont : String
HrSize : int
Rotation : int 
) : Image;
This language is not supported or no code example is available.

Parameters

Typ
Symbology

Inhalt
string

HrText
string

HrPosition
string

HrFont
string

HrSize
int

Rotation
int

Return Value

Image

.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