DicomObjects Reference
DicomObjects Reference / DicomImage Object / UnsharpEnhancement Property
In This Topic
    UnsharpEnhancement Property
    In This Topic
    Description
    Unsharp masking enhancement value
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property UnsharpEnhancement As Single
    Remarks

    These properties control how DicomObjects handles magnification and minification of images, either for display or other uses such as PrinterImage.  Separate properties are used depending on whether the ActualZoom
     of the image is <1 (MinificationMode) or >1 (MagnificationMode), allowing developers to select both, without needing to change when the image size changes.

    There are few doFilterMode enumerations (used for Magnification and MinificationMode)

    See Also