Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Flags Property (FunctionalLightCommand)








Gets or sets flags that indicate the function to apply to the image.
Syntax
public FunctionalLightCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As FunctionalLightCommandFlags
'Usage
 
Dim instance As FunctionalLightCommand
Dim value As FunctionalLightCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public FunctionalLightCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property FunctionalLightCommandFlags Flags {
   FunctionalLightCommandFlags get();
   void set (    FunctionalLightCommandFlags value);
}

Property Value

Value that indicates the function to apply to the image. For a list of available flags, refer to FunctionalLightCommandFlags.
Example
Refer to FunctionalLightCommand.
Requirements

Target Platforms

See Also

Reference

FunctionalLightCommand Class
FunctionalLightCommand Members

Error processing SSI file