[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.ConvertBarcodeToPicture

ConvertBarcodeToPicture Method

ConvertBarcodeToPicture(ImageType)

Convert the calculated barcodes to pictures and place them in their respective positions. The original barcode formulas will be cleared.
Not support EMF and WMF image types.

Declaration
public void ConvertBarcodeToPicture(ImageType imageType = ImageType.SVG)
Public Sub ConvertBarcodeToPicture(Optional imageType As ImageType = ImageType.SVG)
Parameters
Type Name Description
ImageType imageType

Specify the ImageType of converted image.

Implements
Exceptions
Type Condition
NotSupportedException

If convert to EMF or WMF image type.