DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / StretchMode Property

In This Topic
    StretchMode Property
    In This Topic
    Controls the automatic zooming of an image.
    Syntax
    'Declaration
     
    
    Public Property StretchMode As StretchModes
    public StretchModes StretchMode {get; set;}
    Remarks
    If not None, the image is sized to fit the display area available to it, whilst retaining its aspect ratio. If None, the image is displayed according to the Zoom and Scroll properties.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also