LEADTOOLS Image File Support (Leadtools.Codecs assembly)

RemoveEofSegment Property

Show in webframe







Gets or sets a value that indicates whether to remove the End of File segment.
Syntax
public bool RemoveEofSegment {get; set;}
'Declaration
 
Public Property RemoveEofSegment As Boolean
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Boolean
 
instance.RemoveEofSegment = value
 
value = instance.RemoveEofSegment
public bool RemoveEofSegment {get; set;}
@property (nonatomic, assign) BOOL removeEofSegment;

            
 
get_RemoveEofSegment();
set_RemoveEofSegment(value);
Object.defineProperty('RemoveEofSegment');
public:
property bool RemoveEofSegment {
   bool get();
   void set (    bool value);
}

Property Value

true to remove the End of File segment; otherwise, false.
Example
For an example, refer to CodecsJbig2SaveOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJbig2SaveOptions Class
CodecsJbig2SaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.