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



In This Topic
    OmitJpegComments Property
    In This Topic
    Controls whether to include JPEG comments during compression
    Syntax
    'Declaration
     
    
    Public Property OmitJpegComments As Boolean
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As Boolean
     
    instance.OmitJpegComments = value
     
    value = instance.OmitJpegComments
    public bool OmitJpegComments {get; set;}
    public:
    property bool OmitJpegComments {
       bool get();
       void set (    bool value);
    }
    Remarks
    This parameter is set to false by default (i.e. include JPEG comments in the output)
    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