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

Width Property (ResizeInterpolateActivity)

Show in webframe





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

            

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

Property Value

The new width 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.