Leadtools.Services.ImageProcessing.DataContracts Namespace : ResizeCommandFlags Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ResizeCommandFlags")] [FlagsAttribute()] public enum ResizeCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ResizeCommandFlags")> <FlagsAttribute()> Public Enum ResizeCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ResizeCommandFlags
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ResizeCommandFlags")] [FlagsAttribute()] public enum ResizeCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.ImageProcessing.DataContracts.ResizeCommandFlags = function() { }; Leadtools.Services.ImageProcessing.DataContracts.ResizeCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ResizeCommandFlags")] [FlagsAttribute()] public enum class ResizeCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Bicubic | Use bicubic interpolation and averaging to produce a higher quality image. This is a slower method of interpolation 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.ImageProcessing.DataContracts.ResizeCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2