LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

InterpolationType Property

Show in webframe





Gets or sets flags that specify which type of interpolation to use.
Syntax
public DeskewCommandInterpolationType InterpolationType {get; set;}
'Declaration
 
Public Property InterpolationType As DeskewCommandInterpolationType
'Usage
 
Dim instance As DeskewActivity
Dim value As DeskewCommandInterpolationType
 
instance.InterpolationType = value
 
value = instance.InterpolationType

            

            
public:
property DeskewCommandInterpolationType InterpolationType {
   DeskewCommandInterpolationType get();
   void set (    DeskewCommandInterpolationType value);
}

Property Value

Flags that specify which type of interpolation to use.
Requirements

Target Platforms

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


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