←Select platform

RemoveEopSegment Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool RemoveEopSegment {get; set;} 
Public Property RemoveEopSegment As Boolean 
public bool RemoveEopSegment {get; set;} 
@property (nonatomic, assign) BOOL removeEopSegment 
public boolean isRemoveEopSegment() 
public void setRemoveEopSegment(boolean removeEopSegment) 
             
 <br/>get_RemoveEopSegment();<br/>set_RemoveEopSegment(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly