←Select platform

RemoveEopSegment Property

Summary

Gets or sets a value that indicates whether to remove the End of Page segment.

Syntax
C#
VB
Objective-C
C++
Java
public bool RemoveEopSegment {get; set;} 
Public Property RemoveEopSegment As Boolean 
@property (nonatomic, assign) BOOL removeEopSegment 
public boolean isRemoveEopSegment() 
public void setRemoveEopSegment(boolean removeEopSegment) 
public: 
property bool RemoveEopSegment { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to remove the End of Page segment; otherwise, false.

Example

For an example, refer to CodecsJbig2SaveOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly