get_old_barcode_image method

get_old_barcode_image(parameters)

Generate barcode image using the set of parameters (for old-fashioned Barcode field).

def get_old_barcode_image(self, parameters: aspose.words.fields.BarcodeParameters):
    ...
ParameterTypeDescription
parametersBarcodeParametersThe set of parameters

Remarks

Supported image formats are Bmp, Emf, Gif, Jpeg, Png, Tiff, Wmf, Pict, Ico, WebP, Svg.

Returns

Stream with image data representing generated barcode.

See Also