LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Flags Property (SliceCommand)






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. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SliceCommand Class
SliceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.