LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TerminationOnEachPass Property

Show in webframe







Gets or sets a value indicating if the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass.
Syntax
public bool TerminationOnEachPass {get; set;}
'Declaration
 
Public Property TerminationOnEachPass As Boolean
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Boolean
 
instance.TerminationOnEachPass = value
 
value = instance.TerminationOnEachPass
public bool TerminationOnEachPass {get; set;}
@property (nonatomic, assign) BOOL terminationOnEachPass;
public boolean getTerminationOnEachPass()
public void setTerminationOnEachPass(boolean value)
            
 
get_TerminationOnEachPass();
set_TerminationOnEachPass(value);
Object.defineProperty('TerminationOnEachPass');
public:
property bool TerminationOnEachPass {
   bool get();
   void set (    bool value);
}

Property Value

true if the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass.
Example
For an example, refer to CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members
Programming With JPEG 2000 Features

 

 


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