C#
VB
C++
Flag that indicates which lines to remove.
[DataMemberAttribute(Name="Type", IsRequired=true)]
public LineRemoveCommandType Type { get; set; }
<DataMemberAttribute(Name="Type", IsRequired=True)>
Public Property Type As Leadtools.Services.Imageprocessing.Datacontracts.LineRemoveCommandType
[DataMemberAttribute(Name="Type", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.LineRemoveCommandType Type {
Leadtools.Services.Imageprocessing.Datacontracts.LineRemoveCommandType get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.LineRemoveCommandType );
}
Flag that indicates which lines to remove.
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