Accusoft.ImagXpressSdk Namespace : MergeSize Enumeration |
'Declaration Public Enum MergeSize Inherits System.Enum
'Usage Dim instance As MergeSize
public enum MergeSize : System.Enum
__value public enum MergeSize : public System.Enum
public enum class MergeSize : public System.Enum
Member | Value | Description |
---|---|---|
Crop | 0 | The merge image is cropped to the size of the existing image or to the area specified by the Processor.SetArea method. |
ResizeArea | 1 | The merge area is resized to the size of the merge image. |
ResizeImage | 2 | The merge image is resized to the size of the current image or to the area specified by the Processor.SetArea method. |
TileImage | 3 | The merge image is tiled to the size of the current image or to the area specified by the Processor.SetArea method. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.MergeSize