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

Show in webframe

Type Property (PerspectiveCommand)








Gets or sets a value that indicates the type of background to be used.
Syntax
public PerspectiveCommandType Type {get; set;}
'Declaration
 
Public Property Type As PerspectiveCommandType
'Usage
 
Dim instance As PerspectiveCommand
Dim value As PerspectiveCommandType
 
instance.Type = value
 
value = instance.Type
public PerspectiveCommandType Type {get; set;}

            

            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property PerspectiveCommandType Type {
   PerspectiveCommandType get();
   void set (    PerspectiveCommandType value);
}

Property Value

A PerspectiveCommandType enumeration value that indicates the type of background to be used.
Example
Refer to PerspectiveCommand example.
Requirements

Target Platforms

See Also

Reference

PerspectiveCommand Class
PerspectiveCommand Members

Error processing SSI file