Leadtools.Services.Raster.DataContracts Namespace : RasterResizeFlags Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterResizeFlags")] [FlagsAttribute()] public enum RasterResizeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterResizeFlags")> <FlagsAttribute()> Public Enum RasterResizeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterResizeFlags
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterResizeFlags")] [FlagsAttribute()] public enum class RasterResizeFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Resize normally |
0x00000001 | 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. |
0x00000002 | Resample | Use linear interpolation and averaging to produce a higher-quality image. |
0x00000004 | Bicubic | Use bicubic interpolation and averaging to produce a higher quality image. This is slower than Resample. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Raster.DataContracts.RasterResizeFlags