←Select platform

RemoveEofSegment Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool RemoveEofSegment {get; set;} 
Public Property RemoveEofSegment As Boolean 
public bool RemoveEofSegment {get; set;} 
@property (nonatomic, assign) BOOL removeEofSegment 
public boolean isRemoveEofSegment() 
public void setRemoveEofSegment(boolean removeEofSegment) 
             
  
get_RemoveEofSegment(); 
set_RemoveEofSegment(value); 
Object.defineProperty('RemoveEofSegment');  
public: 
property bool RemoveEofSegment { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to CodecsJbig2SaveOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize