Combines two images into a single image, stacked vertically.

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.

Syntax

ISImageEditor.CombineVertical(topImage, bottomImage, [margin])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean indicating Success.

Member of:
ISImageEditor
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0