DicomPackageDicomFound Property |
Note: This API is now obsolete.
Gets a value indicating whether "DICOM".
Namespace: GroupDocs.Metadata.Formats.ImageAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.1
Syntax[ObsoleteAttribute("This property is obsolete and will be removed in future releases",
true)]
public bool DicomFound { get; }
<ObsoleteAttribute("This property is obsolete and will be removed in future releases",
true)>
Public ReadOnly Property DicomFound As Boolean
Get
public:
[ObsoleteAttribute(L"This property is obsolete and will be removed in future releases",
true)]
property bool DicomFound {
bool get ();
}
[<ObsoleteAttribute("This property is obsolete and will be removed in future releases",
true)>]
member DicomFound : bool with get
Property Value
Type:
Boolean
The value indicating whether "DICOM".
See Also