Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

CombineMode Property








Gets or sets a value that indicates how to create a region, if one is defined.
Syntax
public RasterRegionCombineMode CombineMode {get; set;}
'Declaration
 
Public Property CombineMode As RasterRegionCombineMode
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As RasterRegionCombineMode
 
instance.CombineMode = value
 
value = instance.CombineMode
public RasterRegionCombineMode CombineMode {get; set;}
 <br/>get_CombineMode();<br/>set_CombineMode(value);<br/>Object.defineProperty('CombineMode'); 
public:
property RasterRegionCombineMode CombineMode {
   RasterRegionCombineMode get();
   void set (    RasterRegionCombineMode value);
}

Property Value

A RasterRegionCombineMode value that indicates how to create a region, if one is defined.
Example
Refer to KaufmannRegionCommand.
Requirements

Target Platforms

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

Error processing SSI file