←Select platform

DicomSetOverlayFlags Enumeration

Summary

Specifies the behavior of SetOverlayAttributes.

Syntax

C#
VB
Java
WinRT C#
C++
[FlagsAttribute()] 
public enum DicomSetOverlayFlags   
<FlagsAttribute()> 
Public Enum DicomSetOverlayFlags  
    
    
[FlagsAttribute()] 
public enum DicomSetOverlayFlags    
public class DicomSetOverlayFlags  
Leadtools.Dicom.DicomSetOverlayFlags = function() { }; 
Leadtools.Dicom.DicomSetOverlayFlags.prototype = {<br/> 
  None = 0x00000000, 
    NoOverride = 0x00000001, 
     
 }; 
[FlagsAttribute()] 
public enum class DicomSetOverlayFlags   

Members

ValueMemberDescription
0x00000000None None.
0x00000001NoOverride Do not update an overlay that already exists in the Data Set.
Remarks

For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.

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