DicomObjects.NET.8.48 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
    public MaskMode Mode {get; set;}
    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