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)
get_Type();
set_Type(value);
Object.defineProperty('Type');
public: property DicomEncapsulatedDocumentType Type { DicomEncapsulatedDocumentType get(); void set ( DicomEncapsulatedDocumentType value); }