Enum MsoBlipType
Represents the MsoBlipType options.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum MsoBlipType
Fields
| Name | Description |
|---|---|
| msoblipDIB | Represents the DIB option. |
| msoblipEMF | Represents the EMF option. |
| msoblipERROR | Represents the ERROR option. |
| msoblipFirstClient | Represents the FirstClient option. |
| msoblipJPEG | Represents the JPEG option. |
| msoblipLastClient | Represents the LastClient option. |
| msoblipPICT | Represents the PICT option. |
| msoblipPNG | Represents the PNG option. |
| msoblipUNKNOWN | Represents the UNKNOWN option. |
| msoblipWMF | Represents the WMF option. |