ImageFormatType Enumeration
|
Image formats.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ImageFormatType
Public Enumeration ImageFormatType
public enum class ImageFormatType
Members
|
Member name
|
Value
|
Description
|
|
Original
|
0
|
Original picture format.
|
|
Png
|
1
|
// DIN picture format.
//
|
|
Jpeg
|
2
|
JPG picture format.
|
See Also