Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

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.
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;}
 <br/>get_Flags();<br/>set_Flags(value);<br/>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

Error processing SSI file