LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (VignnetCommand)

Show in webframe







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.
Syntax
public VignnetCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As VignnetCommandFlags
'Usage
 
Dim instance As VignnetCommand
Dim value As VignnetCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public VignnetCommandFlags Flags {get; set;}

            

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

Property Value

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.
Example
Refer to VignnetCommand example.
Requirements

Target Platforms

See Also

Reference

VignnetCommand Class
VignnetCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.