LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (DotRemoveCommand)

Show in webframe







Gets or sets flags that determine the behavior of the dot removal process.
Syntax
public DotRemoveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DotRemoveCommandFlags
'Usage
 
Dim instance As DotRemoveCommand
Dim value As DotRemoveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DotRemoveCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDotRemoveCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property DotRemoveCommandFlags Flags {
   DotRemoveCommandFlags get();
   void set (    DotRemoveCommandFlags value);
}

Property Value

Flags that determine the behavior of the dot removal process.
Example
Refer to DotRemoveCommand.
Requirements

Target Platforms

See Also

Reference

DotRemoveCommand Class
DotRemoveCommand Members

 

 


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