Dynamicweb 8 Documentation
Resize(String,Int32,Int32) Method

The virtual path to the source file.
The width of the image.
The height of the image.
Resize the image.
Syntax
'Declaration
 
Public Overloads Shared Sub Resize( _ 
   ByVal fromFile As String, _ 
   ByVal width As Integer, _ 
   ByVal height As Integer _ 
) 
public static void Resize( 
   string fromFile,
   int width,
   int height 
)

Parameters

fromFile
The virtual path to the source file.
width
The width of the image.
height
The height of the image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Convert Class
Convert Members
Overload List

Send Feedback