←Select platform

RegistrationMethod Property

Summary

Flags that determine which transformation method to use during registration.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RegistrationOptions RegistrationMethod { get; set; } 
Public Property RegistrationMethod As Leadtools.Imageprocessing.Core.RegistrationOptions 
public Leadtools.Imageprocessing.Core.RegistrationOptions RegistrationMethod {get; set;} 
@property (nonatomic, assign) LTRegistrationOptions registrationMethod 
public RegistrationOptions getRegistrationMethod() 
 <br/>get_RegistrationMethod();<br/>set_RegistrationMethod(value);<br/>Object.defineProperty('RegistrationMethod');  

Property Value

One of the RegistrationOptions enumeration values.

Remarks

If it is not known which method to use, use the RegistrationOptions.Unknown method.

Example

Refer to the AlignImagesCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly