This object's Image property contains the combined image after a successful call. Note, any existing image will be lost. Recommendation: Call ResizePixels on each component ISImageEditor first to set them to the same width.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| topImage | ISImageEditor | An ISImageEditor object, containing the image to go in the top position. | ||
| bottomImage | ISImageEditor | An ISImageEditor object, containing the image to go in the bottom position. | ||
| margin | Integer | Optional | The size in pixels of a white margin that surrounds the combined image and separates the two component images. Valid values 0 to 1000. If omitted, a value of 0 is assumed. |
A Boolean indicating Success.