Link Search Menu Expand Document

QRCodeSetCaptionFont Method (String, Int32)

Sets the font with specified properties as the barcode caption font.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
public void SetCaptionFont(
	string familyName,
	int size
)

Parameters

familyName
Type: SystemString
The family name of the font.
size
Type: SystemInt32
The size of the font in pixels.
See Also

Reference