LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (SliceCommand)

Show in webframe







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
public SliceCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As SliceCommandFlags
'Usage
 
Dim instance As SliceCommand
Dim value As SliceCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public SliceCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property SliceCommandFlags Flags {
   SliceCommandFlags get();
   void set (    SliceCommandFlags value);
}

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

See Also

Reference

SliceCommand Class
SliceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.