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






In This Topic
    Scale Property (ModificationArguments)
    In This Topic
    The scale factor to be applied to the new image
    Syntax
    'Declaration
     
    
    Public Property Scale As System.Single
    'Usage
     
    
    Dim instance As ModificationArguments
    Dim value As System.Single
     
    instance.Scale = value
     
    value = instance.Scale
    public System.float Scale {get; set;}
    public read-write property Scale: System.Single; 
    public function get,set Scale : System.float
    public: __property System.float get_Scale();
    public: __property void set_Scale( 
       System.float value
    );
    public:
    property System.float Scale {
       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