The ResizeMode Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Determines how to align the resized image in the destination rectangle using the Width and Height properties.| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute("ResizeMode")> Public Property ResizeMode As RasterResizeMode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterConvertOptions Dim value As RasterResizeMode instance.ResizeMode = value value = instance.ResizeMode | |
| C# | |
|---|---|
[DataMemberAttribute("ResizeMode")] public RasterResizeMode ResizeMode {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute("ResizeMode")] public: property RasterResizeMode ResizeMode { RasterResizeMode get(); void set ( RasterResizeMode value); } | |
Property Value
A RasterResizeMode enumeration value that determines how to align the resized image.For an example, refer to RasterConvertOptions.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code