Enables or disables use of the Start of Packet(SOP) marker.
public bool UseSopMarker { get; set; }
Public Property UseSopMarker As Boolean
public bool UseSopMarker {get; set;}
@property (nonatomic, assign) BOOL useSopMarker
public boolean getUseSopMarker()
public void setUseSopMarker(boolean value)
<br/>get_UseSopMarker();<br/>set_UseSopMarker(value);<br/>Object.defineProperty('UseSopMarker');
true to use the SOP marker; false, otherwise.
The "Start of Packet" and "End of Packet Header" markers help detect file corruption during transmission. If these markers exist in the JPEG2000 compressed stream, it is easy for the decoder to find the packet boundary, or, in case of a stream error, check the size. If UseSopMarker is true, each packet in any given tile part will be prepended with a SOP marker segment. The SOP marker includes the size of the packet. The default value is false.
For an example, refer to CodecsJpeg2000Options.
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