DicomObjects.NET.8.48 Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class / Level Property






In This Topic
    Level Property (VideoCompressionOptions)
    In This Topic
    Video level to use
    Syntax
    'Declaration
     
    
    Public Property Level As Level
    'Usage
     
    
    Dim instance As VideoCompressionOptions
    Dim value As Level
     
    instance.Level = value
     
    value = instance.Level
    public Level Level {get; set;}
    public read-write property Level: Level; 
    public function get,set Level : Level
    public: __property Level get_Level();
    public: __property void set_Level( 
       Level value
    );
    public:
    property Level Level {
       Level get();
       void set (    Level value);
    }
    Remarks

    It is the user's responsibility to ensure that the Level chosen is suitable for the chosen Codec, as different codecs use differnet numbering schemes.

    If a particular value is not available in this list, please let us know for future releases, but a suitable integer value may simply be cast to a Level

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also