C#
VB
WinRT C#
C++
Gets or sets a value that indicates the type of background to be used.
public PerspectiveCommandType Type { get; set; }
Public Property Type As Leadtools.Imageprocessing.Specialeffects.PerspectiveCommandType
public Leadtools.Imageprocessing.Specialeffects.PerspectiveCommandType Type {get; set;}
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property Leadtools.Imageprocessing.Specialeffects.PerspectiveCommandType Type {
Leadtools.Imageprocessing.Specialeffects.PerspectiveCommandType get();
void set ( Leadtools.Imageprocessing.Specialeffects.PerspectiveCommandType );
}
A PerspectiveCommandType enumeration value that indicates the type of background to be used.
Refer to PerspectiveCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET