←Select platform

ContentTime Property

Summary

Gets or sets the value for the "Content Time" (0008,0033) element.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTimeValue ContentTime { get; set; } 
Public Property ContentTime As Leadtools.Dicom.DicomTimeValue 
public Leadtools.Dicom.DicomTimeValue ContentTime {get; set;} 
public final DicomTimeValue getContentTime() 
public final void setContentTime(DicomTimeValue value) 
             
 <br/>get_ContentTime();<br/>set_ContentTime(value);<br/>Object.defineProperty('ContentTime');  
public: 
property Leadtools.Dicom.DicomTimeValue ContentTime { 
   Leadtools.Dicom.DicomTimeValue get(); 
   void set (    Leadtools.Dicom.DicomTimeValue value); 
} 

Property Value

Value indicating the "Content Time" (0008,0033) 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