DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / DicomLabel Constructor



In This Topic
    DicomLabel Constructor
    In This Topic
    Creates a new blank DicomLabel object
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New DicomLabel()
    public DicomLabel()
    public:
    DicomLabel();
    Remarks
    The default LabelType value is LabelType.Text
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also