←Select platform

RegistrationMethod Property

Summary

Flags that determine which transformation method to use during registration.

Syntax
C#
VB
Objective-C
C++
Java
public RegistrationOptions RegistrationMethod { get; set; } 
Public Property RegistrationMethod As RegistrationOptions 
@property (nonatomic, assign) LTRegistrationOptions registrationMethod 
public RegistrationOptions getRegistrationMethod() 
public: 
property RegistrationOptions RegistrationMethod { 
   RegistrationOptions get(); 
   void set (    RegistrationOptions ); 
} 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly