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

Show in webframe

Flags Property (PunchCommand)








Gets or sets a flags that indicate how to handle exposed areas, both centrally and peripherally.
Syntax
public PunchCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As PunchCommandFlags
'Usage
 
Dim instance As PunchCommand
Dim value As PunchCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public PunchCommandFlags Flags {get; set;}

            

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

Property Value

Value that indicates how to handle exposed areas, both centrally and peripherally.
Example
Refer to PunchCommand.
Requirements

Target Platforms

See Also

Reference

PunchCommand Class
PunchCommand Members

Error processing SSI file