←Select platform

UseSopMarker Property

Summary

Gets or sets the flag that indicates whether to use the SOP marker.

Syntax

C#
VB
WinRT C#
C++
public bool UseSopMarker { get; set; } 
Public Property UseSopMarker As Boolean 
public bool UseSopMarker {get; set;} 
 <br/>get_UseSopMarker();<br/>set_UseSopMarker(value);<br/>Object.defineProperty('UseSopMarker');  
public: 
property bool UseSopMarker { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to Use the SOP marker, false to command not to use the SOP marker. (Default).

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly