DicomObjects.NET.8.48 Documentation
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(); 
    public function DicomLabel();
    public: DicomLabel();
    public:
    DicomLabel();
    Remarks
    The default LabelType value is LabelType.Text
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also