C#
VB
Java
WinRT C#
C++
Gets or sets the type of the Encapsulated Document.
public DicomEncapsulatedDocumentType Type { get; set; }
Public Property Type As Leadtools.Dicom.DicomEncapsulatedDocumentType
public Leadtools.Dicom.DicomEncapsulatedDocumentType Type {get; set;}
public final DicomEncapsulatedDocumentType getType()
public final void setType(DicomEncapsulatedDocumentType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Dicom.DicomEncapsulatedDocumentType Type {
Leadtools.Dicom.DicomEncapsulatedDocumentType get();
void set ( Leadtools.Dicom.DicomEncapsulatedDocumentType value);
}
Value indicating the type.
For an example, refer to SetEncapsulatedDocument.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET