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.