←Select platform

RemoveHeaderSegment Property

Summary
Gets or sets a value that indicates whether to remove the JBIG2 header segment.
Syntax
C#
VB
Objective-C
C++
Java
public bool RemoveHeaderSegment {get; set;} 
Public Property RemoveHeaderSegment As Boolean 
@property (nonatomic, assign) BOOL removeHeaderSegment 
public boolean isRemoveHeaderSegment() 
public void setRemoveHeaderSegment(boolean removeHeaderSegment) 
public: 
property bool RemoveHeaderSegment { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to remove the JBIG2 header segment; otherwise, false.

Example

For an example, refer to CodecsJbig2SaveOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.