←Select platform

PresentationCreator Property

Summary

Gets or sets the "Presentation Creator's Name" (0070,0084) attribute value.

Syntax

C#
VB
Java
WinRT C#
C++
public string PresentationCreator { get; set; } 
Public Property PresentationCreator As String 
public string PresentationCreator {get; set;} 
public String getPresentationCreator() 
public void setPresentationCreator(String value) 
             
 <br/>get_PresentationCreator();<br/>set_PresentationCreator(value);<br/>Object.defineProperty('PresentationCreator');  
public: 
property String^ PresentationCreator { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Presentation Creator's Name" (0070,0084) 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