DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / ModificationArguments Class / Offset Property






In This Topic
    Offset Property (ModificationArguments)
    In This Topic
    The rescale offset to be applied to the new object
    Syntax
    'Declaration
     
    
    Public Property Offset As System.Single
    'Usage
     
    
    Dim instance As ModificationArguments
    Dim value As System.Single
     
    instance.Offset = value
     
    value = instance.Offset
    public System.float Offset {get; set;}
    public read-write property Offset: System.Single; 
    public function get,set Offset : System.float
    public: __property System.float get_Offset();
    public: __property void set_Offset( 
       System.float value
    );
    public:
    property System.float Offset {
       System.float get();
       void set (    System.float value);
    }
    Remarks
    This is important for codecs compressing CT, so that the Hounsfield values remain valid
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also