Gets or sets the enumeration that contains all the flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.
public VignnetCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Specialeffects.VignnetCommandFlags
public Leadtools.Imageprocessing.Specialeffects.VignnetCommandFlags Flags {get; set;}
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Specialeffects.VignnetCommandFlags Flags {
Leadtools.Imageprocessing.Specialeffects.VignnetCommandFlags get();
void set ( Leadtools.Imageprocessing.Specialeffects.VignnetCommandFlags );
}
Enumeration containing all flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.
Refer to VignnetCommand 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