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
    public System.float Scale {get; set;}
    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