DicomObjects.NET Core Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class / UseWindowing Property



In This Topic
    UseWindowing Property
    In This Topic
    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
    public bool UseWindowing {get; set;}
    public:
    property bool UseWindowing {
       bool get();
       void set (    bool value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also