![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomEncapsulatedDocument Class : Type Property |
public DicomEncapsulatedDocumentType Type {get; set;}
'Declaration
Public Property Type As DicomEncapsulatedDocumentType
'Usage
Dim instance As DicomEncapsulatedDocument Dim value As DicomEncapsulatedDocumentType instance.Type = value value = instance.Type
public 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 DicomEncapsulatedDocumentType Type { DicomEncapsulatedDocumentType get(); void set ( DicomEncapsulatedDocumentType value); }