←Select platform

DocumentTitle Property

Summary

Gets or sets the value for the "Document Title" (0042,0010) element.

Syntax

C#
VB
Java
WinRT C#
C++
public string DocumentTitle { get; set; } 
Public Property DocumentTitle As String 
public string DocumentTitle {get; set;} 
public final String getDocumentTitle() 
public final void setDocumentTitle(String value) 
             
 <br/>get_DocumentTitle();<br/>set_DocumentTitle(value);<br/>Object.defineProperty('DocumentTitle');  
public: 
property String^ DocumentTitle { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Document Title" (0042,0010) element.

Example

For an example, refer to SetEncapsulatedDocument.

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