C#
VB
C++
Gets or sets a value that indicates the type of halftoning to perform.
[DataMemberAttribute(Name="Type", IsRequired=true)]
public HalftoneCommandType Type { get; set; }
<DataMemberAttribute(Name="Type", IsRequired=True)>
Public Property Type As Leadtools.Services.Imageprocessing.Datacontracts.HalftoneCommandType
[DataMemberAttribute(Name="Type", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.HalftoneCommandType Type {
Leadtools.Services.Imageprocessing.Datacontracts.HalftoneCommandType get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.HalftoneCommandType );
}
Value that indicates the type of halftoning to perform.
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