Error processing SSI file
LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Show in webframe

ResizeType Property






Gets or sets the resize algorithm type.
Syntax
[DataMemberAttribute(Name="ResizeType", IsRequired=true)]
public ResizeInterpolateCommandType ResizeType {get; set;}
'Declaration
 
<DataMemberAttribute(Name="ResizeType", IsRequired=True)>
Public Property ResizeType As ResizeInterpolateCommandType
'Usage
 
Dim instance As ResizeInterpolateRequest
Dim value As ResizeInterpolateCommandType
 
instance.ResizeType = value
 
value = instance.ResizeType

            

            
[DataMemberAttribute(Name="ResizeType", IsRequired=true)]
public:
property ResizeInterpolateCommandType ResizeType {
   ResizeInterpolateCommandType get();
   void set (    ResizeInterpolateCommandType value);
}

Property Value

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

Target Platforms

See Also

Reference

ResizeInterpolateRequest Class
ResizeInterpolateRequest Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features