C#
VB
C++
Gets or sets the MAC algorithm.
[Element(DicomTag.MACAlgorithm)]
public Nullable<MACAlgorithm> MACAlgorithm { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property MACAlgorithm As Nullable(Of MACAlgorithm)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Nullable<MACAlgorithm> MACAlgorithm {
Nullable<MACAlgorithm> get();
void set ( Nullable<MACAlgorithm> );
}
The MAC algorithm.
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