←Select platform

PresentationLabel Property

Summary

Gets or sets the "Presentation Label"(0070,0080) attribute value.

Syntax

C#
VB
Java
WinRT C#
C++
public string PresentationLabel { get; set; } 
Public Property PresentationLabel As String 
public string PresentationLabel {get; set;} 
public String getPresentationLabel() 
public void setPresentationLabel(String value) 
             
 <br/>get_PresentationLabel();<br/>set_PresentationLabel(value);<br/>Object.defineProperty('PresentationLabel');  
public: 
property String^ PresentationLabel { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Presentation Label"(0070,0080) attribute value.

Example

For an example, refer to SetPresentationStateInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly