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

ResizeType Property

Show in webframe





Gets or sets the resize algorithm type.
Syntax
public ResizeInterpolateCommandType ResizeType {get; set;}
'Declaration
 
Public Property ResizeType As ResizeInterpolateCommandType
'Usage
 
Dim instance As ResizeInterpolateActivity
Dim value As ResizeInterpolateCommandType
 
instance.ResizeType = value
 
value = instance.ResizeType

            

            
public:
property ResizeInterpolateCommandType ResizeType {
   ResizeInterpolateCommandType get();
   void set (    ResizeInterpolateCommandType value);
}

Property Value

Value that represents the algorithm type used to resize the image. For possible values refer to ResizeInterpolateCommandType.
Requirements

Target Platforms

See Also

Reference

ResizeInterpolateActivity Class
ResizeInterpolateActivity Members

 

 


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