LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Type Property (SearchRegistrationMarksCommandData)

Show in webframe







Gets or sets a value that represents the registration mark type.
Syntax
public RegistrationMarkCommandType Type {get; set;}
'Declaration
 
Public Property Type As RegistrationMarkCommandType
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value As RegistrationMarkCommandType
 
instance.Type = value
 
value = instance.Type
public RegistrationMarkCommandType Type {get; set;}
@property (nonatomic, assign) LTRegistrationMarkCommandType type;
public RegistrationMarkCommandType getType()
public void setType(RegistrationMarkCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property RegistrationMarkCommandType Type {
   RegistrationMarkCommandType get();
   void set (    RegistrationMarkCommandType value);
}

Property Value

Registration mark type.
Remarks
For more information, refer to Detecting Registration Marks.
Example
Refer to SearchRegistrationMarksCommand.
Requirements

Target Platforms

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.