←Select platform

UseSopMarker Property

Summary

Enables or disables use of the Start of Packet(SOP) marker.

Syntax

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

Property Value

true to use the SOP 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 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.

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