Enables or disables use of the End of Packet Header (EPH) marker.
public bool UseEphMarker { get; set; }
Public Property UseEphMarker As Boolean
public bool UseEphMarker {get; set;}
@property (nonatomic, assign) BOOL useEphMarker
public boolean getUseEphMarker()
public void setUseEphMarker(boolean value)
<br/>get_UseEphMarker();<br/>set_UseEphMarker(value);<br/>Object.defineProperty('UseEphMarker');
true to use the EPH 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 UseEphMarker is true, each packet header in any given tile part is postpended with an EPH marker segment. 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