DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomMaskRange Class / Mode Property



In This Topic
    Mode Property
    In This Topic
    The enumerated values for mask subtraction mode
    Syntax
    'Declaration
     
    
    Public Property Mode As MaskMode
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As MaskMode
     
    instance.Mode = value
     
    value = instance.Mode
    public MaskMode Mode {get; set;}
    public:
    property MaskMode Mode {
       MaskMode get();
       void set (    MaskMode value);
    }
    Remarks
    Enumerated values are as follows: None: No mask subtraction operation is specified AverageSubtraction: Frames are averaged together before subtraction TimeDifference: The mask is selected by subtracting the value (specified by TIDOffset property) from the respective frame number.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also