The RasterResizeFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Controls the behavior of image resize methods.Visual Basic (Declaration) | |
---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterResizeFlags")> <FlagsAttribute()> Public Enum RasterResizeFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterResizeFlags |
C# | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterResizeFlags")] [FlagsAttribute()] public enum RasterResizeFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterResizeFlags")] [FlagsAttribute()] public enum class RasterResizeFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Bicubic | Use bicubic interpolation and averaging to produce a higher quality image. This is slower than Resample. |
FavorBlack | (Document/Medical only) Preserve black objects when making the image smaller. This option affects only 1-bit, black-and-white images, where it prevents the disappearance of thin lines. You can use a bitwise OR ( | ) to combine this flag with another one. For example, If you apply this flag to an image that has more than 1 bit per pixel, then the behavior is undefined. |
None | Resize normally |
Resample | Use linear interpolation and averaging to produce a higher-quality image. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Raster.DataContracts.RasterResizeFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7