←Select platform

Flags Property

Summary

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.

Syntax
C#
VB
C++
public SliceCommandFlags Flags { get; set; } 
Public Property Flags As SliceCommandFlags 
public: 
property SliceCommandFlags Flags { 
   SliceCommandFlags get(); 
   void set (    SliceCommandFlags ); 
} 

Property Value

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.

Example

Refer to SliceCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly