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

Height Property (ResizeInterpolateActivity)

Show in webframe





Gets or sets a value that determines the new height of the image.
Syntax
public int Height {get; set;}
'Declaration
 
Public Property Height As Integer
'Usage
 
Dim instance As ResizeInterpolateActivity
Dim value As Integer
 
instance.Height = value
 
value = instance.Height

            

            
public:
property int Height {
   int get();
   void set (    int value);
}

Property Value

The new height of the image
Requirements

Target Platforms

See Also

Reference

ResizeInterpolateActivity Class
ResizeInterpolateActivity Members

 

 


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