ImageGenarationSize Enumeration
|
Supported Image Size for generation
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ImageGenarationSize
Public Enumeration ImageGenarationSize
public enum class ImageGenarationSize
Members
|
|
Member name
|
Value
|
Description
|
|
|
I512x512
|
0
|
512*512
|
|
|
I1024x1024
|
1
|
1024*1024
|
|
|
I1152x896
|
2
|
|
|
|
I896x1152
|
3
|
|
|
|
I1216x832
|
4
|
|
|
|
I832x1216
|
5
|
|
|
|
I1344x768
|
6
|
|
|
|
I768x1344
|
7
|
|
|
|
I1536x640
|
8
|
|
|
|
I640x1536
|
9
|
|
See Also