LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

ApplyTransformationParametersCommandFlags Enumeration






Enumeration that specifies the behavior when resizing the image.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support Silverlight support
Syntax
[FlagsAttribute()]
public enum ApplyTransformationParametersCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ApplyTransformationParametersCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ApplyTransformationParametersCommandFlags
[FlagsAttribute()]
public enum ApplyTransformationParametersCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags = function() { };
Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class ApplyTransformationParametersCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BicubicUse 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, Resample | FavorBlack causes color images to be resampled, but applies the favor-black option to 1-bit, black-and-white images.
FavorWhite(Document/Medical only) Preserve white 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, Resample | FavorWhite causes color images to be resampled, but applies the favor-white option to 1-bit, black-and-white images.
NoneNo change.
NormalResize normally.
ResampleUse linear interpolation and averaging to produce a higher-quality image.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate the type of resizing Normal, Resample, Bicubic
Flags that indicate the color to preserve when making the image smaller FavorBlack, FavorWhite
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags

Requirements

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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.