Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

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 control 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)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 

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

Error processing SSI file