Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IWorkbook Interface
/ ConvertBarcodeToPicture Method
Specify the
ImageType
of converted image.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ConvertBarcodeToPicture Method (IWorkbook)
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
C#
void
ConvertBarcodeToPicture(
ImageType
imageType
)
Parameters
imageType
Specify the
ImageType
of converted image.
Exceptions
Exception
Description
System.NotSupportedException
If convert to
GrapeCity.Documents.Excel.Drawing.ImageType.EMF
or
GrapeCity.Documents.Excel.Drawing.ImageType.WMF
image type.
See Also
Reference
IWorkbook Interface
IWorkbook Members