LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (BorderRemoveCommand)

Show in webframe







Gets or sets a flag that determines the behavior of the border removal process.
Syntax
public BorderRemoveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As BorderRemoveCommandFlags
'Usage
 
Dim instance As BorderRemoveCommand
Dim value As BorderRemoveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public BorderRemoveCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTBorderRemoveCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property BorderRemoveCommandFlags Flags {
   BorderRemoveCommandFlags get();
   void set (    BorderRemoveCommandFlags value);
}

Property Value

Value that determines the behavior of the border removal process.
Example
Refer to BorderRemoveCommand.
Requirements

Target Platforms

See Also

Reference

BorderRemoveCommand Class
BorderRemoveCommand Members

 

 


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