ImportedLabelType Property
The type of label created by DicomObjects from Presentation states
public static Type ImportedLabelType {get; set;}
public:
static property Type^ ImportedLabelType {
Type^ get();
void set ( Type^ value);
}
'Declaration
Public Shared Property ImportedLabelType As Type
'Usage
Dim value As Type
DicomLabel.ImportedLabelType = value
value = DicomLabel.ImportedLabelType
Target Platforms: .NET CLR 4.0 or higher