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






    Mode Property
    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
    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: .NET CLR 4.8 or higher

    See Also