LEADTOOLS Image File Support (Leadtools.Codecs assembly)

RemoveEopSegment Property

Show in webframe







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

            
 
get_RemoveEopSegment();
set_RemoveEopSegment(value);
Object.defineProperty('RemoveEopSegment');
public:
property bool RemoveEopSegment {
   bool get();
   void set (    bool value);
}

Property Value

true to remove the End of Page 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.