LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (InvertedTextCommand)

Show in webframe







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

Property Value

Value that determines the behavior of the inverted text removal process.
Example
Refer to InvertedTextCommand.
Requirements

Target Platforms

See Also

Reference

InvertedTextCommand Class
InvertedTextCommand Members

 

 


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