Accusoft.ImagXpress13.Net
Resize(Size,ResizeType) Method




System.Drawing.Size values which the image is resized to in twips.
A ResizeType enumeration value used to determine what type of resize method to perform during resizing.
Resizes the current image allowing passing in a new size and resize type.
Syntax
'Declaration
 
Public Overloads Sub Resize( _
   ByVal newSize As Size, _
   ByVal resizeType As ResizeType _
) 
'Usage
 
Dim instance As Processor
Dim newSize As Size
Dim resizeType As ResizeType
 
instance.Resize(newSize, resizeType)
public void Resize( 
   Size newSize,
   ResizeType resizeType
)
public: void Resize( 
   Size newSize,
   ResizeType resizeType
) 
public:
void Resize( 
   Size newSize,
   ResizeType resizeType
) 

Parameters

newSize
System.Drawing.Size values which the image is resized to in twips.
resizeType
A ResizeType enumeration value used to determine what type of resize method to perform during resizing.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback