Options to keep the resulting image the same size as the original image or to resize according to the rotation direction specified as well controling the quality of the rotation.
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public HighQualityRotateCommandFlags Flags { get; set; }
<DataMemberAttribute(Name="Flags", IsRequired=True)>
Public Property Flags As Leadtools.Services.Imageprocessing.Datacontracts.HighQualityRotateCommandFlags
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.HighQualityRotateCommandFlags Flags {
Leadtools.Services.Imageprocessing.Datacontracts.HighQualityRotateCommandFlags get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.HighQualityRotateCommandFlags );
}
One or more HighQualityRotateCommandFlags enumeration members OR'ed together.
For more information, refer to HighQualityRotateCommandFlags enumeration.
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