DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WriteBehaviours Class / OmitJpegComments Property






    OmitJpegComments Property
    Controls whether to include JPEG comments during compression
    Syntax
    'Declaration
     
    
    Public Property OmitJpegComments As System.Boolean
     
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As System.Boolean
     
    instance.OmitJpegComments = value
     
    value = instance.OmitJpegComments
    Remarks
    This parameter is set to false by default (i.e. include JPEG comments in the output)
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also