←Select platform

UseEphMarker Property

Summary

Enables or disables use of the End of Packet Header (EPH) marker.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool UseEphMarker { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the EPH marker; false, otherwise.

Remarks

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.

Example

For an example, refer to CodecsJpeg2000Options.

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.Codecs Assembly