get_barcode_image method

get_barcode_image(parameters)

Generate barcode image using the set of parameters (for DisplayBarcode field).

def get_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