Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
VMDivider Property
See Also 
Leadtools.Dicom Namespace > DicomTag Class : VMDivider Property



Gets the value used to divide the value multiplicity.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property VMDivider As Long
Visual Basic (Usage)Copy Code
Dim instance As DicomTag
Dim value As Long
 
value = instance.VMDivider
C# 
public long VMDivider {get;}
C++/CLI 
public:
property long VMDivider {
   long get();
}

Return Value

The value used to divide the value multiplicity. When multiple values are stored in the value field of a data element, the number of values present must be evenly divisible by VMDivider. For most items VMDivider will be 1. However, if the values stored in the value field are RGB triplets, for example, you would have to store three values for each triplet. You could store 12 values, since 12 values would be 4 triplets, however, you could not store 13 values. In this case VMDivider would be 3.

Example

For an example, refer to DicomTagTable.Reset.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features