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.
public HighQualityRotateCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.HighQualityRotateCommandFlags
public Leadtools.Imageprocessing.Core.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');
public:
property Leadtools.Imageprocessing.Core.HighQualityRotateCommandFlags Flags {
Leadtools.Imageprocessing.Core.HighQualityRotateCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.HighQualityRotateCommandFlags );
}
One or more HighQualityRotateCommandFlags enumeration members ORed together.
For more information, refer to HighQualityRotateCommandFlags enumeration.
For an example, refer to HighQualityRotateCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET