Gets or sets a value indicating whether 4 symbol marker is included for each bit-plane.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ErrorResilienceSymbol As Boolean |
C# | |
---|
public bool ErrorResilienceSymbol {get; set;} |
C++/CLI | |
---|
public:
property bool ErrorResilienceSymbol {
bool get();
void set (bool value);
} |
Return Value
true if a 4 symbol marker is included for each bit-plane, following the normalization 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