←Select platform

ResizeMode Property

Summary

Determines how to align the resized image in the destination rectangle using the Width and Height properties.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="ResizeMode", IsRequired=false)] 
public RasterResizeMode ResizeMode { get; set; } 
  
<DataMemberAttribute("ResizeMode")> 
Public Property ResizeMode As Leadtools.Services.Raster.Datacontracts.RasterResizeMode 

Property Value

A RasterResizeMode enumeration value that determines how to align the resized image.

Example

For an example, refer to RasterConvertOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly