C#
VB
WinRT C#
C++
Gets or sets the flag that indicates whether to use the SOP marker.
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);
}
true to Use the SOP marker, false to command not to use the SOP marker. (Default).
For an example, refer to Jpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET