C#
VB
C++
Gets or sets the operation type to be applied on the image.
[DataMemberAttribute(Name="Operation", IsRequired=true)]
public OperationType Operation { get; set; }
Public Property Operation As Leadtools.Services.Imageprocessing.Datacontracts.OperationType
public:
property Leadtools.Services.Imageprocessing.Datacontracts.OperationType Operation {
Leadtools.Services.Imageprocessing.Datacontracts.OperationType get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.OperationType );
}
A OperationType enumeration value that specifies the operation to be applied on an image.
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