'Declaration Public Sub AddText( _
ByVal pathThe barcode path.As Vintasoft.Barcode.BarcodePath, _
ByVal textA Unicode text to draw.As String, _
ByVal rectThe VintasoftRectF, where text must be drawn.As Vintasoft.Primitives.VintasoftRectF, _
ByVal layoutPropertiesThe TextLayoutProperties, which should be used for text drawing.As TextLayoutProperties _
)
public void AddText(
Vintasoft.Barcode.BarcodePath path,
string text,
Vintasoft.Primitives.VintasoftRectF rect,
TextLayoutProperties layoutProperties
)
Parameters
- path
- The barcode path.
- text
- A Unicode text to draw.
- rect
- The VintasoftRectF, where text must be drawn.
- layoutProperties
- The TextLayoutProperties, which should be used for text drawing.