←Select platform

PresentationDescription Property

Summary

Gets or sets the "Presentation Description" (0070,0081) attribute value.

Syntax

C#
VB
Java
WinRT C#
C++
public string PresentationDescription { get; set; } 
Public Property PresentationDescription As String 
public string PresentationDescription {get; set;} 
public String getPresentationDescription() 
public void setPresentationDescription(String value) 
             
 <br/>get_PresentationDescription();<br/>set_PresentationDescription(value);<br/>Object.defineProperty('PresentationDescription');  
public: 
property String^ PresentationDescription { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Presentation Description" (0070,0081) 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