DatamatrixTextAddtion.UpdateText Method

Public Function UpdateText( _ 
ByVal img As Bitmap, _ 
ByVal format As Integer, _ 
ByVal text As String, _ 
ByVal fontname As String, _ 
ByVal fontsize As Integer, _ 
ByVal margin As Integer, _ 
ByVal rotation As Integer
) As Bitmap
This language is not supported or no code example is available.
public Bitmap UpdateText( 
Bitmap img
int format
string text
string fontname
int fontsize
int margin
int rotation 
)
This language is not supported or no code example is available.
public:  
Bitmap^ UpdateText( 
Bitmap^ img
int format
String^ text
String^ fontname
int fontsize
int margin
int rotation 
)
This language is not supported or no code example is available.
public function UpdateText( 
img : Bitmap
format : int
text : String
fontname : String
fontsize : int
margin : int
rotation : int 
) : Bitmap;
This language is not supported or no code example is available.

Parameters

img
Bitmap

format
int

text
string

fontname
string

fontsize
int

margin
int

rotation
int

Return Value

Bitmap

.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