DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / ImportedLabelType Property



    ImportedLabelType Property
    The type of label created by DicomObjects from Presentation states
    Syntax
    'Declaration
     
    Public Shared Property ImportedLabelType As Type
     
    'Usage
     
    Dim value As Type
     
    DicomLabel.ImportedLabelType = value
     
    value = DicomLabel.ImportedLabelType
    Remarks
    DicomObjects converts the graphic and text objects in a presentation state to DicomLabel or derived objects either temporarily (when displaying) or permanently when calling PresentationStateToCurrent. In order to allow custom values, under user control, the OnImport
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also