[]
Initializes a new instance of the CustomImageInfo class.
public CustomImageInfo(string name)
Public Sub New(name As String)
| Type | Name | Description |
|---|---|---|
| string | name | Name of custom image in spread's custom image list. |
Initializes a new instance of the CustomImageInfo class.
public CustomImageInfo(int index)
Public Sub New(index As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Index of custom image in spread's custom image list. |