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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Type Property (ZoomWaveCommand)








Gets or sets a value that indicates how to handle exposed areas.
Syntax
public ZoomWaveCommandType Type {get; set;}
public ZoomWaveCommandType Type {get; set;}
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property ZoomWaveCommandType Type {
   ZoomWaveCommandType get();
   void set (    ZoomWaveCommandType value);
}
'Declaration
 
Public Property Type As ZoomWaveCommandType
 
'Usage
 
Dim instance As ZoomWaveCommand
Dim value As ZoomWaveCommandType
 
instance.Type = value
 
value = instance.Type

Property Value

Value that indicates how to handle exposed areas.
Example
Refer to ZoomWaveCommand.
Requirements

Target Platforms

See Also

Reference

ZoomWaveCommand Class
ZoomWaveCommand Members

Error processing SSI file