Gets or sets the type of coloring method.
public ColoredPencilExtendedCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Specialeffects.ColoredPencilExtendedCommandFlags
public Leadtools.Imageprocessing.Specialeffects.ColoredPencilExtendedCommandFlags Flags {get; set;}
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Specialeffects.ColoredPencilExtendedCommandFlags Flags {
Leadtools.Imageprocessing.Specialeffects.ColoredPencilExtendedCommandFlags get();
void set ( Leadtools.Imageprocessing.Specialeffects.ColoredPencilExtendedCommandFlags );
}
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.
Refer to ColoredPencilExtendedCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET