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

Flags Property (HighQualityRotateCommand)






Options to keep the resulting image the same size as the original image or to resize according to the rotation direction specified as well controlling the quality of the rotation. .NET support WinRT support Silverlight support
Syntax
public HighQualityRotateCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As HighQualityRotateCommandFlags
'Usage
 
Dim instance As HighQualityRotateCommand
Dim value As HighQualityRotateCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public HighQualityRotateCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property HighQualityRotateCommandFlags Flags {
   HighQualityRotateCommandFlags get();
   void set (    HighQualityRotateCommandFlags value);
}

Property Value

One or more HighQualityRotateCommandFlags enumeration members ORed together.
Remarks

For more information, refer to HighQualityRotateCommandFlags enumeration.

Example
For an example, refer to HighQualityRotateCommand.
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

HighQualityRotateCommand Class
HighQualityRotateCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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