Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / ConvertBarcodeToPicture Method
Specify the ImageType of converted image.
In This Topic
    ConvertBarcodeToPicture Method (Workbook)
    In This Topic
    Convert the calculated barcodes to pictures and place them in their respective positions. The original barcode formulas will be cleared.
    Not support GrapeCity.Documents.Excel.Drawing.ImageType.EMF and GrapeCity.Documents.Excel.Drawing.ImageType.WMF image types.
    Syntax
    public void ConvertBarcodeToPicture( 
       ImageType imageType
    )

    Parameters

    imageType
    Specify the ImageType of converted image.
    Exceptions
    ExceptionDescription
    If convert to GrapeCity.Documents.Excel.Drawing.ImageType.EMF or GrapeCity.Documents.Excel.Drawing.ImageType.WMF image type.
    See Also