Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

RemoveEofSegment Property








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
public boolean isRemoveEofSegment()
public void setRemoveEofSegment(boolean removeEofSegment)
            
 <br/>get_RemoveEofSegment();<br/>set_RemoveEofSegment(value);<br/>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

Error processing SSI file