Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Flags Property (CombineWarpCommand)








Gets or sets the flags that indicate the type of interpolation to use, if interpolation is used.
Syntax
public CombineWarpCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As CombineWarpCommandFlags
'Usage
 
Dim instance As CombineWarpCommand
Dim value As CombineWarpCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public CombineWarpCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTCombineWarpCommandFlags flags
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property CombineWarpCommandFlags Flags {
   CombineWarpCommandFlags get();
   void set (    CombineWarpCommandFlags value);
}

Property Value

Flags that indicate the type of interpolation to use, if interpolation is used.
Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members

Error processing SSI file