←Select platform

RemoveMarker Property

Summary

Gets or sets a value that indicates whether to remove the two bytes marker from generic region segment data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool RemoveMarker {get; set;} 
Public Property RemoveMarker As Boolean 
public bool RemoveMarker {get; set;} 
@property (nonatomic, assign) BOOL removeMarker 
public boolean isRemoveMarker() 
public void setRemoveMarker(boolean removeMarker) 
             
 <br/>get_RemoveMarker();<br/>set_RemoveMarker(value);<br/>Object.defineProperty('RemoveMarker');  
public: 
property bool RemoveMarker { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to remove the two bytes marker from generic region segment data; otherwise, false.

Example

For an example, refer to CodecsJbig2SaveOptions.

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