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

Show in webframe

Flags Property (ColoredPencilExtendedCommand)








Gets or sets the type of coloring method.
Syntax
public ColoredPencilExtendedCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ColoredPencilExtendedCommandFlags
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As ColoredPencilExtendedCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ColoredPencilExtendedCommandFlags Flags {get; set;}

            

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

Property Value

Flags that determine which the type of direction to use and whether to combine the resulted bitmap with the original one or not. For valid values, refer to ColoredPencilExtendedCommandFlags. Default value is ColoredPencilExtendedCommandFlags.Artistic | ColoredPencilExtendedCommandFlags.CombineOriginal.
Example
Refer to ColoredPencilExtendedCommand example.
Requirements

Target Platforms

See Also

Reference

ColoredPencilExtendedCommand Class
ColoredPencilExtendedCommand Members

Error processing SSI file