Gets or sets the flags that indicate whether to deskew the sliced image, which type of interpolation to use when rotating, and whether to cut the slice from the original image.
public SliceCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.SliceCommandFlags
public Leadtools.Imageprocessing.Core.SliceCommandFlags Flags {get; set;}
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.SliceCommandFlags Flags {
Leadtools.Imageprocessing.Core.SliceCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.SliceCommandFlags );
}
Flags that indicate whether to deskew the sliced image, which type of interpolation to use when rotating, and whether to cut the slice from the original image.
Refer to SliceCommand example.
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