DicomObjects.NET.V8
DicomObjects.Video Namespace / VideoCompressionOptions Class / UseWindowing Property



    UseWindowing Property
    Controls whether data is put into the MPEG "raw" or via the presentaiton chain, including windowing
    Syntax
    'Declaration
     
    Public Property UseWindowing As Boolean
     
    'Usage
     
    Dim instance As VideoCompressionOptions
    Dim value As Boolean
     
    instance.UseWindowing = value
     
    value = instance.UseWindowing
    Remarks
    The default for colour images is false, and for monochrome images it is true. It should not be set to false for images with more than 8 bits per sample.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also