LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (HighQualityRotateCommand)

Show in webframe







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.
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;}
@property (nonatomic, assign) LTHighQualityRotateCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
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

See Also

Reference

HighQualityRotateCommand Class
HighQualityRotateCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.