Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / convertBarcodeToPicture Method / convertBarcodeToPicture(ImageType) Method
Specify the com.grapecity.documents.excel.drawing.ImageType of converted image.
In This Topic
    convertBarcodeToPicture(ImageType) Method
    In This Topic
    Convert the calculated barcodes to pictures of pictures and place them in their respective positions.
    The original barcode formulas will be cleared.
    Not support com.grapecity.documents.excel.drawing.ImageType.EMF and com.grapecity.documents.excel.drawing.ImageType.WMF image types.
    Syntax
    void convertBarcodeToPicture( 
       ImageType imageType
    )

    Parameters

    imageType
    Specify the com.grapecity.documents.excel.drawing.ImageType of converted image.
    Exceptions
    ExceptionDescription
    If convert to com.grapecity.documents.excel.drawing.ImageType.EMF or com.grapecity.documents.excel.drawing.ImageType.WMF image type.
    See Also