LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Flags Property (DeinterlaceCommand)

Show in webframe







Gets or sets flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.
Syntax
public DeinterlaceCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DeinterlaceCommandFlags
'Usage
 
Dim instance As DeinterlaceCommand
Dim value As DeinterlaceCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DeinterlaceCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDeinterlaceCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property DeinterlaceCommandFlags Flags {
   DeinterlaceCommandFlags get();
   void set (    DeinterlaceCommandFlags value);
}

Property Value

Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to DeinterlaceCommand.
Requirements

Target Platforms

See Also

Reference

DeinterlaceCommand Class
DeinterlaceCommand Members

 

 


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