DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / ImportedLabelType Property



In This Topic
    ImportedLabelType Property
    In This Topic
    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
    public static Type ImportedLabelType {get; set;}
    public:
    static property Type^ ImportedLabelType {
       Type^ get();
       void set (    Type^ value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also