LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Flags Property (DeinterlaceCommand)






Gets or sets flags that indicate how to deinterlace the image and whether to remove odd lines or even lines. .NET support WinRT support Silverlight support
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;}
 get_Flags();
set_Flags(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeinterlaceCommand Class
DeinterlaceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.