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






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

    It is the user's responsibility to ensure that the Profile 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 Profile

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also