Gets or sets a value indicating whether the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TerminationOnEachPass As Boolean |
C# | |
---|
public bool TerminationOnEachPass {get; set;} |
C++/CLI | |
---|
public:
property bool TerminationOnEachPass {
bool get();
void set (bool value);
} |
Return Value
true if the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass; otherwise, false.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also