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

Show in webframe

RemoveEopSegment Property








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
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 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

Error processing SSI file