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

Show in webframe

Flags Property (HolePunchRemoveCommand)








Gets or sets a flag that determines the behavior of the hole punch removal process.
Syntax
public HolePunchRemoveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As HolePunchRemoveCommandFlags
'Usage
 
Dim instance As HolePunchRemoveCommand
Dim value As HolePunchRemoveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public HolePunchRemoveCommandFlags Flags {get; set;}
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property HolePunchRemoveCommandFlags Flags {
   HolePunchRemoveCommandFlags get();
   void set (    HolePunchRemoveCommandFlags value);
}

Property Value

Value that determines the behavior of the hole punch removal process.
Example
Refer to HolePunchRemoveCommand.
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommand Class
HolePunchRemoveCommand Members

Error processing SSI file